Html Css Color HEX #BB2BDE Dark Orchid

📋 copy color: '#BB2BDE'

red 187 ◦ green 43 ◦ blue 222

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

Shades of Dark Orchid #BB2BDE

Tints of Dark Orchid #BB2BDE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.51%

 BLUE value IS 222 (87.11% from 255) = 49.12%

R = 41.37%
G = 9.51%
B = 49.12%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB2BDE (or 0xBB2BDE) is known color: Dark Orchid. HEX triplet: BB, 2B and DE. RGB value is (187,43,222). Sum of RGB (Red+Green+Blue) = 187+43+222=452 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.37% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB2BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BDE is #44D421. Grayscale: #696969. Windows color (decimal): -4510754 or 14560187. OLE color: 14560187.

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

Color convert

RGB 187 43 222 -
CMYK 0.16 0.81 0 0.13
HSL 288.27º 0.73% 0.52% -
HSV(B) 288.27º 0.81% 0.87% -
XYZ 34.54 17.57 70.68 -
YUV 106.46 193.21 185.45 -
System Red Green Blue C M Y K H S L
Decimal 187 43 222 0.16 0.81 0 0.13 288.27 0.73 0.52
Hex BB 2B DE 10 51 0 D 120 49 34
Octal 273 53 336 20 121 0 15 440 111 64
Binary 10111011 101011 11011110 10000 1010001 0 1101 100100000 1001001 110100

Color Harmonies of #BB2BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BDE

Black with #BB2BDE

Text Example


Text Example

White with #BB2BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BDE; }

 p { color: rgb(187,43,222); }

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

background-color css

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

 a { background-color: rgb(187,43,222); }

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

border-color css

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

 span { border-color: rgb(187,43,222); }

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