Html Css Color HEX #BB2BD0 Dark Orchid

📋 copy color: '#BB2BD0'

red 187 ◦ green 43 ◦ blue 208

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

Shades of Dark Orchid #BB2BD0

Tints of Dark Orchid #BB2BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 47.49%

R = 42.69%
G = 9.82%
B = 47.49%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB2BD0 (or 0xBB2BD0) is known color: Dark Orchid. HEX triplet: BB, 2B and D0. RGB value is (187,43,208). Sum of RGB (Red+Green+Blue) = 187+43+208=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 208 (81.64% from 255 or 47.49% from 438); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB2BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2BD0 is #44D42F. Grayscale: #686868. Windows color (decimal): -4510768 or 13642683. OLE color: 13642683.

HSL color Cylindrical-coordinate representation of color #BB2BD0: hue angle of 292.36º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2BD0 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 187 43 208 -
CMYK 0.10 0.79 0 0.18
HSL 292.36º 0.66% 0.49% -
HSV(B) 292.36º 0.79% 0.82% -
XYZ 32.74 16.85 61.2 -
YUV 104.87 186.21 186.58 -
System Red Green Blue C M Y K H S L
Decimal 187 43 208 0.10 0.79 0 0.18 292.36 0.66 0.49
Hex BB 2B D0 A 4F 0 12 124 42 31
Octal 273 53 320 12 117 0 22 444 102 61
Binary 10111011 101011 11010000 1010 1001111 0 10010 100100100 1000010 110001

Color Harmonies of #BB2BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2BD0

Black with #BB2BD0

Text Example


Text Example

White with #BB2BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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