Html Css Color HEX #BB28D8 Dark Orchid

📋 copy color: '#BB28D8'

red 187 ◦ green 40 ◦ blue 216

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

Shades of Dark Orchid #BB28D8

Tints of Dark Orchid #BB28D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.76%

R = 42.21%
G = 9.03%
B = 48.76%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB28D8 (or 0xBB28D8) is known color: Dark Orchid. HEX triplet: BB, 28 and D8. RGB value is (187,40,216). Sum of RGB (Red+Green+Blue) = 187+40+216=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 216 (84.77% from 255 or 48.76% from 443); Max value from RGB is 216 - color contains mainly: blue. Hex color #BB28D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28D8 is #44D727. Grayscale: #676767. Windows color (decimal): -4511528 or 14166203. OLE color: 14166203.

HSL color Cylindrical-coordinate representation of color #BB28D8: hue angle of 290.11º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB28D8 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 40 216 -
CMYK 0.13 0.81 0 0.15
HSL 290.11º 0.69% 0.5% -
HSV(B) 290.11º 0.81% 0.85% -
XYZ 33.65 17.04 66.48 -
YUV 104.02 191.2 187.19 -
System Red Green Blue C M Y K H S L
Decimal 187 40 216 0.13 0.81 0 0.15 290.11 0.69 0.5
Hex BB 28 D8 D 51 0 F 122 45 32
Octal 273 50 330 15 121 0 17 442 105 62
Binary 10111011 101000 11011000 1101 1010001 0 1111 100100010 1000101 110010

Color Harmonies of #BB28D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28D8

Black with #BB28D8

Text Example


Text Example

White with #BB28D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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