#bb27c5

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

Shades of Dark Orchid #BB27C5

Tints of Dark Orchid #BB27C5

Color information

#BB27C5 (or 0xBB27C5) is unknown color: approx Dark Orchid. HEX triplet: BB, 27 and C5. RGB value is (187,39,197). Sum of RGB (Red+Green+Blue) = 187+39+197=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #BB27C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27C5 is #44D83A. Grayscale: #646464. Windows color (decimal): -4511803 or 12920763. OLE color: 12920763.

HSL color Cylindrical-coordinate representation of color #BB27C5: hue angle of 296.2º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB27C5 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18739197-
CMYK0.050.8000.23
HSL296.2º66.95%46.27%-
HSV(B)296.2º80.2%77.25%-
XYZ31.316.0554.27-
YUV101.26182.03189.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 44.21%
GREEN value IS 39 (15.62% from 255) = 9.22%
BLUE value IS 197 (77.34% from 255) = 46.57%
R=44.21%
G=9.22%
B=46.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal187391970.050.8000.23296.266.9546.27
HexBB27C5550017128432e
Octal27347305512002745010356
Binary101110111001111100010110110100000101111001010001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb27c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb27c5; }

 p { color: rgb(187,39,197); }

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

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

 a { background-color: rgb(187,39,197); }

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

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

 span { border-color: rgb(187,39,197); }

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