Html Css Color HEX #BB28CE Dark Orchid

📋 copy color: '#BB28CE'

red 187 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #BB28CE

Tints of Dark Orchid #BB28CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.24%

 BLUE value IS 206 (80.86% from 255) = 47.58%

R = 43.19%
G = 9.24%
B = 47.58%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB28CE (or 0xBB28CE) is known color: Dark Orchid. HEX triplet: BB, 28 and CE. RGB value is (187,40,206). Sum of RGB (Red+Green+Blue) = 187+40+206=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 206 (80.86% from 255 or 47.58% from 433); Max value from RGB is 206 - color contains mainly: blue. Hex color #BB28CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28CE is #44D731. Grayscale: #666666. Windows color (decimal): -4511538 or 13510843. OLE color: 13510843.

HSL color Cylindrical-coordinate representation of color #BB28CE: hue angle of 293.13º degrees, saturation: 0.67, 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 #BB28CE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 40 206 -
CMYK 0.09 0.81 0 0.19
HSL 293.13º 0.67% 0.48% -
HSV(B) 293.13º 0.81% 0.81% -
XYZ 32.39 16.54 59.88 -
YUV 102.88 186.2 188 -
System Red Green Blue C M Y K H S L
Decimal 187 40 206 0.09 0.81 0 0.19 293.13 0.67 0.48
Hex BB 28 CE 9 51 0 13 125 43 30
Octal 273 50 316 11 121 0 23 445 103 60
Binary 10111011 101000 11001110 1001 1010001 0 10011 100100101 1000011 110000

Color Harmonies of #BB28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28CE

Black with #BB28CE

Text Example


Text Example

White with #BB28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28CE; }

 p { color: rgb(187,40,206); }

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

background-color css

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

 a { background-color: rgb(187,40,206); }

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

border-color css

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

 span { border-color: rgb(187,40,206); }

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