#B727C0

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

Shades of Dark Orchid #B727C0

Tints of Dark Orchid #B727C0

Color information

#B727C0 (or 0xB727C0) is unknown color: approx Dark Orchid. HEX triplet: B7, 27 and C0. RGB value is (183,39,192). Sum of RGB (Red+Green+Blue) = 183+39+192=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 192 (75.39% from 255 or 46.38% from 414); Max value from RGB is 192 - color contains mainly: blue. Hex color #B727C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727C0 is #48D83F. Grayscale: #636363. Windows color (decimal): -4773952 or 12593079. OLE color: 12593079.

HSL color Cylindrical-coordinate representation of color #B727C0: hue angle of 296.47º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B727C0 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18339192-
CMYK0.050.8000.25
HSL296.47º66.23%45.29%-
HSV(B)296.47º79.69%75.29%-
XYZ29.7715.3251.26-
YUV99.5180.21187.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.20%
GREEN value IS 39 (15.62% from 255) = 9.42%
BLUE value IS 192 (75.39% from 255) = 46.38%
R=44.20%
G=9.42%
B=46.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183391920.050.8000.25296.4766.2345.29
HexB727C0550019128422d
Octal26747300512003145010255
Binary101101111001111100000010110100000110011001010001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B727C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B727C0; }

 p { color: rgb(183,39,192); }

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

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

 a { background-color: rgb(183,39,192); }

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

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

 span { border-color: rgb(183,39,192); }

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