Html Css Color HEX #BB00BC Deep Magenta

📋 copy color: '#BB00BC'

red 187 ◦ green 0 ◦ blue 188

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

Shades of Deep Magenta #BB00BC

Tints of Deep Magenta #BB00BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.13%

R = 49.87%
G = 0%
B = 50.13%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB00BC (or 0xBB00BC) is known color: Deep Magenta. HEX triplet: BB, 00 and BC. RGB value is (187,0,188). Sum of RGB (Red+Green+Blue) = 187+0+188=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB00BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BC is #44FF43. Grayscale: #4C4C4C. Windows color (decimal): -4521796 or 12320955. OLE color: 12320955.

HSL color Cylindrical-coordinate representation of color #BB00BC: hue angle of 299.68º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB00BC is Cyan = 0.01, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 0 188 -
CMYK 0.01 1 0 0.26
HSL 299.68º 1% 0.37% -
HSV(B) 299.68º 1% 0.74% -
XYZ 29.57 14.2 48.76 -
YUV 77.35 190.45 206.21 -
System Red Green Blue C M Y K H S L
Decimal 187 0 188 0.01 1 0 0.26 299.68 1 0.37
Hex BB 0 BC 1 64 0 1A 12C 64 25
Octal 273 0 274 1 144 0 32 454 144 45
Binary 10111011 0 10111100 1 1100100 0 11010 100101100 1100100 100101

Color Harmonies of #BB00BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00BC

Black with #BB00BC

Text Example


Text Example

White with #BB00BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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