Html Css Color HEX #BB00D0 Deep Magenta

📋 copy color: '#BB00D0'

red 187 ◦ green 0 ◦ blue 208

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

Shades of Deep Magenta #BB00D0

Tints of Deep Magenta #BB00D0

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.34%
G = 0%
B = 52.66%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BB00D0 (or 0xBB00D0) is known color: Deep Magenta. HEX triplet: BB, 00 and D0. RGB value is (187,0,208). Sum of RGB (Red+Green+Blue) = 187+0+208=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #BB00D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00D0 is #44FF2F. Grayscale: #4E4E4E. Windows color (decimal): -4521776 or 13631675. OLE color: 13631675.

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

Color convert

RGB 187 0 208 -
CMYK 0.10 1 0 0.18
HSL 293.94º 1% 0.41% -
HSV(B) 293.94º 1% 0.82% -
XYZ 31.88 15.12 60.91 -
YUV 79.63 200.45 204.59 -
System Red Green Blue C M Y K H S L
Decimal 187 0 208 0.10 1 0 0.18 293.94 1 0.41
Hex BB 0 D0 A 64 0 12 126 64 29
Octal 273 0 320 12 144 0 22 446 144 51
Binary 10111011 0 11010000 1010 1100100 0 10010 100100110 1100100 101001

Color Harmonies of #BB00D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00D0

Black with #BB00D0

Text Example


Text Example

White with #BB00D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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