Html Css Color HEX #BB0FDD Deep Magenta

📋 copy color: '#BB0FDD'

red 187 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #BB0FDD

Tints of Deep Magenta #BB0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.55%

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 44.21%
G = 3.55%
B = 52.25%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB0FDD (or 0xBB0FDD) is known color: Deep Magenta. HEX triplet: BB, 0F and DD. RGB value is (187,15,221). Sum of RGB (Red+Green+Blue) = 187+15+221=423 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44.21% from 423); Green value is 15 (6.25% from 255 or 3.55% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB0FDD is #44F022. Grayscale: #595959. Windows color (decimal): -4517923 or 14487483. OLE color: 14487483.

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

Color convert

RGB 187 15 221 -
CMYK 0.15 0.93 0 0.13
HSL 290.1º 0.87% 0.46% -
HSV(B) 290.1º 0.93% 0.87% -
XYZ 33.72 16.13 69.74 -
YUV 89.91 201.98 197.25 -
System Red Green Blue C M Y K H S L
Decimal 187 15 221 0.15 0.93 0 0.13 290.1 0.87 0.46
Hex BB F DD F 5D 0 D 122 57 2E
Octal 273 17 335 17 135 0 15 442 127 56
Binary 10111011 1111 11011101 1111 1011101 0 1101 100100010 1010111 101110

Color Harmonies of #BB0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0FDD

Black with #BB0FDD

Text Example


Text Example

White with #BB0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0FDD; }

 p { color: rgb(187,15,221); }

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

background-color css

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

 a { background-color: rgb(187,15,221); }

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

border-color css

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

 span { border-color: rgb(187,15,221); }

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