Html Css Color HEX #BB01BE Deep Magenta

📋 copy color: '#BB01BE'

red 187 ◦ green 1 ◦ blue 190

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

Shades of Deep Magenta #BB01BE

Tints of Deep Magenta #BB01BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 49.47%
G = 0.26%
B = 50.26%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB01BE (or 0xBB01BE) is known color: Deep Magenta. HEX triplet: BB, 01 and BE. RGB value is (187,1,190). Sum of RGB (Red+Green+Blue) = 187+1+190=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 1 (0.78% from 255 or 0.26% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB01BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB01BE is #44FE41. Grayscale: #4D4D4D. Windows color (decimal): -4521538 or 12452283. OLE color: 12452283.

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

Color convert

RGB 187 1 190 -
CMYK 0.02 0.99 0 0.25
HSL 299.05º 0.99% 0.37% -
HSV(B) 299.05º 0.99% 0.75% -
XYZ 29.8 14.3 49.91 -
YUV 78.16 191.12 205.63 -
System Red Green Blue C M Y K H S L
Decimal 187 1 190 0.02 0.99 0 0.25 299.05 0.99 0.37
Hex BB 1 BE 2 63 0 19 12B 63 25
Octal 273 1 276 2 143 0 31 453 143 45
Binary 10111011 1 10111110 10 1100011 0 11001 100101011 1100011 100101

Color Harmonies of #BB01BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB01BE

Black with #BB01BE

Text Example


Text Example

White with #BB01BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB01BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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