Html Css Color HEX #BB28D6 Dark Orchid

📋 copy color: '#BB28D6'

red 187 ◦ green 40 ◦ blue 214

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

Shades of Dark Orchid #BB28D6

Tints of Dark Orchid #BB28D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 48.53%

R = 42.4%
G = 9.07%
B = 48.53%

CMYK

 C value IS 0.13

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB28D6 (or 0xBB28D6) is known color: Dark Orchid. HEX triplet: BB, 28 and D6. RGB value is (187,40,214). Sum of RGB (Red+Green+Blue) = 187+40+214=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #BB28D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB28D6 is #44D729. Grayscale: #676767. Windows color (decimal): -4511530 or 14035131. OLE color: 14035131.

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

Color convert

RGB 187 40 214 -
CMYK 0.13 0.81 0 0.16
HSL 290.69º 0.69% 0.5% -
HSV(B) 290.69º 0.81% 0.84% -
XYZ 33.39 16.94 65.13 -
YUV 103.79 190.2 187.35 -
System Red Green Blue C M Y K H S L
Decimal 187 40 214 0.13 0.81 0 0.16 290.69 0.69 0.5
Hex BB 28 D6 D 51 0 10 123 45 32
Octal 273 50 326 15 121 0 20 443 105 62
Binary 10111011 101000 11010110 1101 1010001 0 10000 100100011 1000101 110010

Color Harmonies of #BB28D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28D6

Black with #BB28D6

Text Example


Text Example

White with #BB28D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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