Html Css Color HEX #BB28DA Dark Orchid

📋 copy color: '#BB28DA'

red 187 ◦ green 40 ◦ blue 218

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

Shades of Dark Orchid #BB28DA

Tints of Dark Orchid #BB28DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.99%

R = 42.02%
G = 8.99%
B = 48.99%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB28DA (or 0xBB28DA) is known color: Dark Orchid. HEX triplet: BB, 28 and DA. RGB value is (187,40,218). Sum of RGB (Red+Green+Blue) = 187+40+218=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #BB28DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28DA is #44D725. Grayscale: #676767. Windows color (decimal): -4511526 or 14297275. OLE color: 14297275.

HSL color Cylindrical-coordinate representation of color #BB28DA: hue angle of 289.55º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB28DA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 40 218 -
CMYK 0.14 0.82 0 0.15
HSL 289.55º 0.71% 0.51% -
HSV(B) 289.55º 0.82% 0.85% -
XYZ 33.91 17.14 67.85 -
YUV 104.25 192.2 187.03 -
System Red Green Blue C M Y K H S L
Decimal 187 40 218 0.14 0.82 0 0.15 289.55 0.71 0.51
Hex BB 28 DA E 52 0 F 122 47 33
Octal 273 50 332 16 122 0 17 442 107 63
Binary 10111011 101000 11011010 1110 1010010 0 1111 100100010 1000111 110011

Color Harmonies of #BB28DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28DA

Black with #BB28DA

Text Example


Text Example

White with #BB28DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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