Html Css Color HEX #BB00D5 Deep Magenta

📋 copy color: '#BB00D5'

red 187 ◦ green 0 ◦ blue 213

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

Shades of Deep Magenta #BB00D5

Tints of Deep Magenta #BB00D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.25%

R = 46.75%
G = 0%
B = 53.25%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BB00D5 (or 0xBB00D5) is known color: Deep Magenta. HEX triplet: BB, 00 and D5. RGB value is (187,0,213). Sum of RGB (Red+Green+Blue) = 187+0+213=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 0 (0.39% from 255 or 0% from 400); Blue value is 213 (83.59% from 255 or 53.25% from 400); Max value from RGB is 213 - color contains mainly: blue. Hex color #BB00D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00D5 is #44FF2A. Grayscale: #4F4F4F. Windows color (decimal): -4521771 or 13959355. OLE color: 13959355.

HSL color Cylindrical-coordinate representation of color #BB00D5: hue angle of 292.68º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00D5 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 187 0 213 -
CMYK 0.12 1 0 0.16
HSL 292.68º 1% 0.42% -
HSV(B) 292.68º 1% 0.84% -
XYZ 32.5 15.37 64.2 -
YUV 80.2 202.95 204.18 -
System Red Green Blue C M Y K H S L
Decimal 187 0 213 0.12 1 0 0.16 292.68 1 0.42
Hex BB 0 D5 C 64 0 10 125 64 2A
Octal 273 0 325 14 144 0 20 445 144 52
Binary 10111011 0 11010101 1100 1100100 0 10000 100100101 1100100 101010

Color Harmonies of #BB00D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00D5

Black with #BB00D5

Text Example


Text Example

White with #BB00D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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