Html Css Color HEX #BB0DDF Deep Magenta

📋 copy color: '#BB0DDF'

red 187 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #BB0DDF

Tints of Deep Magenta #BB0DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.72%

R = 44.21%
G = 3.07%
B = 52.72%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0DDF (or 0xBB0DDF) is known color: Deep Magenta. HEX triplet: BB, 0D and DF. RGB value is (187,13,223). Sum of RGB (Red+Green+Blue) = 187+13+223=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 13 (5.47% from 255 or 3.07% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0DDF is #44F220. Grayscale: #585858. Windows color (decimal): -4518433 or 14618043. OLE color: 14618043.

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

Color convert

RGB 187 13 223 -
CMYK 0.16 0.94 0 0.13
HSL 289.71º 0.89% 0.46% -
HSV(B) 289.71º 0.94% 0.87% -
XYZ 33.96 16.18 71.15 -
YUV 88.97 203.65 197.92 -
System Red Green Blue C M Y K H S L
Decimal 187 13 223 0.16 0.94 0 0.13 289.71 0.89 0.46
Hex BB D DF 10 5E 0 D 122 59 2E
Octal 273 15 337 20 136 0 15 442 131 56
Binary 10111011 1101 11011111 10000 1011110 0 1101 100100010 1011001 101110

Color Harmonies of #BB0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0DDF

Black with #BB0DDF

Text Example


Text Example

White with #BB0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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