Html Css Color HEX #BB01BC Deep Magenta

📋 copy color: '#BB01BC'

red 187 ◦ green 1 ◦ blue 188

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

Shades of Deep Magenta #BB01BC

Tints of Deep Magenta #BB01BC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 49.73%
G = 0.27%
B = 50%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB01BC (or 0xBB01BC) is known color: Deep Magenta. HEX triplet: BB, 01 and BC. RGB value is (187,1,188). Sum of RGB (Red+Green+Blue) = 187+1+188=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #BB01BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01BC is #44FE43. Grayscale: #4D4D4D. Windows color (decimal): -4521540 or 12321211. OLE color: 12321211.

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

Color convert

RGB 187 1 188 -
CMYK 0.01 0.99 0 0.26
HSL 299.68º 0.99% 0.37% -
HSV(B) 299.68º 0.99% 0.74% -
XYZ 29.58 14.22 48.76 -
YUV 77.93 190.12 205.79 -
System Red Green Blue C M Y K H S L
Decimal 187 1 188 0.01 0.99 0 0.26 299.68 0.99 0.37
Hex BB 1 BC 1 63 0 1A 12C 63 25
Octal 273 1 274 1 143 0 32 454 143 45
Binary 10111011 1 10111100 1 1100011 0 11010 100101100 1100011 100101

Color Harmonies of #BB01BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01BC

Black with #BB01BC

Text Example


Text Example

White with #BB01BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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