Html Css Color HEX #BB10BA Deep Magenta

📋 copy color: '#BB10BA'

red 187 ◦ green 16 ◦ blue 186

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

Shades of Deep Magenta #BB10BA

Tints of Deep Magenta #BB10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.11%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 48.07%
G = 4.11%
B = 47.81%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB10BA (or 0xBB10BA) is known color: Deep Magenta. HEX triplet: BB, 10 and BA. RGB value is (187,16,186). Sum of RGB (Red+Green+Blue) = 187+16+186=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 16 (6.64% from 255 or 4.11% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB10BA is #44EF45. Grayscale: #565656. Windows color (decimal): -4517702 or 12193979. OLE color: 12193979.

HSL color Cylindrical-coordinate representation of color #BB10BA: hue angle of 300.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10BA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 186 -
CMYK 0 0.91 0.01 0.27
HSL 300.35º 0.84% 0.4% -
HSV(B) 300.35º 0.91% 0.73% -
XYZ 29.54 14.48 47.69 -
YUV 86.51 184.15 199.68 -
System Red Green Blue C M Y K H S L
Decimal 187 16 186 0 0.91 0.01 0.27 300.35 0.84 0.4
Hex BB 10 BA 0 5B 1 1B 12C 54 28
Octal 273 20 272 0 133 1 33 454 124 50
Binary 10111011 10000 10111010 0 1011011 1 11011 100101100 1010100 101000

Color Harmonies of #BB10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10BA

Black with #BB10BA

Text Example


Text Example

White with #BB10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10BA; }

 p { color: rgb(187,16,186); }

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

background-color css

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

 a { background-color: rgb(187,16,186); }

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

border-color css

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

 span { border-color: rgb(187,16,186); }

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