Html Css Color HEX #BB2DCF Dark Orchid

📋 copy color: '#BB2DCF'

red 187 ◦ green 45 ◦ blue 207

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

Shades of Dark Orchid #BB2DCF

Tints of Dark Orchid #BB2DCF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.25%

 BLUE value IS 207 (81.25% from 255) = 47.15%

R = 42.6%
G = 10.25%
B = 47.15%

CMYK

 C value IS 0.10

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB2DCF (or 0xBB2DCF) is known color: Dark Orchid. HEX triplet: BB, 2D and CF. RGB value is (187,45,207). Sum of RGB (Red+Green+Blue) = 187+45+207=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 45 (17.97% from 255 or 10.25% from 439); Blue value is 207 (81.25% from 255 or 47.15% from 439); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB2DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB2DCF is #44D230. Grayscale: #696969. Windows color (decimal): -4510257 or 13577659. OLE color: 13577659.

HSL color Cylindrical-coordinate representation of color #BB2DCF: hue angle of 292.59º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2DCF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 187 45 207 -
CMYK 0.10 0.78 0 0.19
HSL 292.59º 0.64% 0.49% -
HSV(B) 292.59º 0.78% 0.81% -
XYZ 32.69 16.95 60.58 -
YUV 105.93 185.04 185.83 -
System Red Green Blue C M Y K H S L
Decimal 187 45 207 0.10 0.78 0 0.19 292.59 0.64 0.49
Hex BB 2D CF A 4E 0 13 125 40 31
Octal 273 55 317 12 116 0 23 445 100 61
Binary 10111011 101101 11001111 1010 1001110 0 10011 100100101 1000000 110001

Color Harmonies of #BB2DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2DCF

Black with #BB2DCF

Text Example


Text Example

White with #BB2DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2DCF; }

 p { color: rgb(187,45,207); }

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

background-color css

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

 a { background-color: rgb(187,45,207); }

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

border-color css

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

 span { border-color: rgb(187,45,207); }

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