Html Css Color HEX #BB2BD7 Dark Orchid

📋 copy color: '#BB2BD7'

red 187 ◦ green 43 ◦ blue 215

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

Shades of Dark Orchid #BB2BD7

Tints of Dark Orchid #BB2BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.31%

R = 42.02%
G = 9.66%
B = 48.31%

CMYK

 C value IS 0.13

 M value IS 0.8

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB2BD7 (or 0xBB2BD7) is known color: Dark Orchid. HEX triplet: BB, 2B and D7. RGB value is (187,43,215). Sum of RGB (Red+Green+Blue) = 187+43+215=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 43 (17.19% from 255 or 9.66% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #BB2BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BD7 is #44D428. Grayscale: #696969. Windows color (decimal): -4510761 or 14101435. OLE color: 14101435.

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

Color convert

RGB 187 43 215 -
CMYK 0.13 0.8 0 0.16
HSL 290.23º 0.68% 0.51% -
HSV(B) 290.23º 0.8% 0.84% -
XYZ 33.62 17.2 65.84 -
YUV 105.66 189.71 186.01 -
System Red Green Blue C M Y K H S L
Decimal 187 43 215 0.13 0.8 0 0.16 290.23 0.68 0.51
Hex BB 2B D7 D 50 0 10 122 44 33
Octal 273 53 327 15 120 0 20 442 104 63
Binary 10111011 101011 11010111 1101 1010000 0 10000 100100010 1000100 110011

Color Harmonies of #BB2BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BD7

Black with #BB2BD7

Text Example


Text Example

White with #BB2BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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