#b730ea

Color #B730EA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #B730EA

Tints of Dark Orchid #B730EA

Color information

#B730EA (or 0xB730EA) is unknown color: approx Dark Orchid. HEX triplet: B7, 30 and EA. RGB value is (183,48,234). Sum of RGB (Red+Green+Blue) = 183+48+234=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B730EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B730EA is #48CF15. Grayscale: #6C6C6C. Windows color (decimal): -4771606 or 15347895. OLE color: 15347895.

HSL color Cylindrical-coordinate representation of color #B730EA: hue angle of 283.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B730EA is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18348234-
CMYK0.220.7900.08
HSL283.55º81.58%55.29%-
HSV(B)283.55º79.49%91.76%-
XYZ35.4418.1279.47-
YUV109.57198.23180.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 39.35%
GREEN value IS 48 (19.14% from 255) = 10.32%
BLUE value IS 234 (91.80% from 255) = 50.32%
R=39.35%
G=10.32%
B=50.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183482340.220.7900.08283.5581.5855.29
HexB730EA164F0811c5237
Octal267603522611701043412267
Binary1011011111000011101010101101001111010001000111001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b730ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b730ea; }

 p { color: rgb(183,48,234); }

 H1.HeaderClassName
 {
   color: #b730ea;
 }
 .AnyTagClassName
 {
   color: #b730ea;
 }
</style>
background-color css

<style>
 a { background-color: #b730ea; }

 a { background-color: rgb(183,48,234); }

 div.DivClassName
 {
   background-color: #b730ea;
 }
 .BgClassName
 {
   background-color: #b730ea;
 }
</style>
border-color css

<style>
 span { border-color: #b730ea; }

 span { border-color: rgb(183,48,234); }

 td.TdClassName
 {
   border-color: #b730ea;
 }
 .TagClassName
 {
   border-color: #b730ea;
 }
</style>