Html Css Color HEX #BB0DCF Deep Magenta

📋 copy color: '#BB0DCF'

red 187 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #BB0DCF

Tints of Deep Magenta #BB0DCF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

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

R = 45.95%
G = 3.19%
B = 50.86%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BB0DCF (or 0xBB0DCF) is known color: Deep Magenta. HEX triplet: BB, 0D and CF. RGB value is (187,13,207). Sum of RGB (Red+Green+Blue) = 187+13+207=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #BB0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DCF is #44F230. Grayscale: #565656. Windows color (decimal): -4518449 or 13569467. OLE color: 13569467.

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

Color convert

RGB 187 13 207 -
CMYK 0.10 0.94 0 0.19
HSL 293.81º 0.88% 0.43% -
HSV(B) 293.81º 0.94% 0.81% -
XYZ 31.9 15.36 60.31 -
YUV 87.14 195.65 199.23 -
System Red Green Blue C M Y K H S L
Decimal 187 13 207 0.10 0.94 0 0.19 293.81 0.88 0.43
Hex BB D CF A 5E 0 13 126 58 2B
Octal 273 15 317 12 136 0 23 446 130 53
Binary 10111011 1101 11001111 1010 1011110 0 10011 100100110 1011000 101011

Color Harmonies of #BB0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DCF

Black with #BB0DCF

Text Example


Text Example

White with #BB0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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