Html Css Color HEX #BB06BE Deep Magenta

📋 copy color: '#BB06BE'

red 187 ◦ green 6 ◦ blue 190

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

Shades of Deep Magenta #BB06BE

Tints of Deep Magenta #BB06BE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.57%

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

R = 48.83%
G = 1.57%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB06BE (or 0xBB06BE) is known color: Deep Magenta. HEX triplet: BB, 06 and BE. RGB value is (187,6,190). Sum of RGB (Red+Green+Blue) = 187+6+190=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 6 (2.73% from 255 or 1.57% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB06BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB06BE is #44F941. Grayscale: #505050. Windows color (decimal): -4520258 or 12453563. OLE color: 12453563.

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

Color convert

RGB 187 6 190 -
CMYK 0.02 0.97 0 0.25
HSL 299.02º 0.94% 0.38% -
HSV(B) 299.02º 0.97% 0.75% -
XYZ 29.85 14.41 49.92 -
YUV 81.1 189.47 203.54 -
System Red Green Blue C M Y K H S L
Decimal 187 6 190 0.02 0.97 0 0.25 299.02 0.94 0.38
Hex BB 6 BE 2 61 0 19 12B 5E 26
Octal 273 6 276 2 141 0 31 453 136 46
Binary 10111011 110 10111110 10 1100001 0 11001 100101011 1011110 100110

Color Harmonies of #BB06BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB06BE

Black with #BB06BE

Text Example


Text Example

White with #BB06BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB06BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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