Html Css Color HEX #BB27CF Dark Orchid

📋 copy color: '#BB27CF'

red 187 ◦ green 39 ◦ blue 207

#BB27CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #BB27CF

Tints of Dark Orchid #BB27CF

RGB

 RED value IS 187 (73.44% from 255) = 43.19%

 GREEN value IS 39 (15.63% from 255) = 9.01%

 BLUE value IS 207 (81.25% from 255) = 47.81%

R = 43.19%
G = 9.01%
B = 47.81%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB27CF (or 0xBB27CF) is known color: Dark Orchid. HEX triplet: BB, 27 and CF. RGB value is (187,39,207). Sum of RGB (Red+Green+Blue) = 187+39+207=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 39 (15.62% from 255 or 9.01% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB27CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB27CF is #44D830. Grayscale: #656565. Windows color (decimal): -4511793 or 13576123. OLE color: 13576123.

HSL color Cylindrical-coordinate representation of color #BB27CF: hue angle of 292.86º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB27CF is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 39 207 -
CMYK 0.10 0.81 0 0.19
HSL 292.86º 0.68% 0.48% -
HSV(B) 292.86º 0.81% 0.81% -
XYZ 32.48 16.52 60.51 -
YUV 102.4 187.03 188.34 -
System Red Green Blue C M Y K H S L
Decimal 187 39 207 0.10 0.81 0 0.19 292.86 0.68 0.48
Hex BB 27 CF A 51 0 13 125 44 30
Octal 273 47 317 12 121 0 23 445 104 60
Binary 10111011 100111 11001111 1010 1010001 0 10011 100100101 1000100 110000

Color Harmonies of #BB27CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB27CF

Black with #BB27CF

Text Example


Text Example

White with #BB27CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB27CF; }

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

 H1.HeaderClassName
 {
   color: #BB27CF;
 }
 .AnyTagClassName
 {
   color: #BB27CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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