Html Css Color HEX #BB10A0 Medium Violet Red

📋 copy color: '#BB10A0'

red 187 ◦ green 16 ◦ blue 160

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

Shades of Medium Violet Red #BB10A0

Tints of Medium Violet Red #BB10A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 51.52%
G = 4.41%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#BB10A0 (or 0xBB10A0) is known color: Medium Violet Red. HEX triplet: BB, 10 and A0. RGB value is (187,16,160). Sum of RGB (Red+Green+Blue) = 187+16+160=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10A0 is #44EF5F. Grayscale: #535353. Windows color (decimal): -4517728 or 10490043. OLE color: 10490043.

HSL color Cylindrical-coordinate representation of color #BB10A0: hue angle of 309.47º 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 #BB10A0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 160 -
CMYK 0 0.91 0.14 0.27
HSL 309.47º 0.84% 0.4% -
HSV(B) 309.47º 0.91% 0.73% -
XYZ 27.02 13.47 34.43 -
YUV 83.55 171.15 201.79 -
System Red Green Blue C M Y K H S L
Decimal 187 16 160 0 0.91 0.14 0.27 309.47 0.84 0.4
Hex BB 10 A0 0 5B E 1B 135 54 28
Octal 273 20 240 0 133 16 33 465 124 50
Binary 10111011 10000 10100000 0 1011011 1110 11011 100110101 1010100 101000

Color Harmonies of #BB10A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10A0

Black with #BB10A0

Text Example


Text Example

White with #BB10A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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