Html Css Color HEX #BB0A83 Medium Violet Red

📋 copy color: '#BB0A83'

red 187 ◦ green 10 ◦ blue 131

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

Shades of Medium Violet Red #BB0A83

Tints of Medium Violet Red #BB0A83

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.05%

 BLUE value IS 131 (51.56% from 255) = 39.94%

R = 57.01%
G = 3.05%
B = 39.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB0A83 (or 0xBB0A83) is known color: Medium Violet Red. HEX triplet: BB, 0A and 83. RGB value is (187,10,131). Sum of RGB (Red+Green+Blue) = 187+10+131=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0A83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0A83 is #44F57C. Grayscale: #4C4C4C. Windows color (decimal): -4519293 or 8587963. OLE color: 8587963.

HSL color Cylindrical-coordinate representation of color #BB0A83: hue angle of 318.98º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0A83 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 10 131 -
CMYK 0 0.95 0.30 0.27
HSL 318.98º 0.9% 0.39% -
HSV(B) 318.98º 0.95% 0.73% -
XYZ 24.7 12.42 22.57 -
YUV 76.72 158.64 206.66 -
System Red Green Blue C M Y K H S L
Decimal 187 10 131 0 0.95 0.30 0.27 318.98 0.9 0.39
Hex BB A 83 0 5F 1E 1B 13F 5A 27
Octal 273 12 203 0 137 36 33 477 132 47
Binary 10111011 1010 10000011 0 1011111 11110 11011 100111111 1011010 100111

Color Harmonies of #BB0A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0A83

Black with #BB0A83

Text Example


Text Example

White with #BB0A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0A83; }

 p { color: rgb(187,10,131); }

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

background-color css

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

 a { background-color: rgb(187,10,131); }

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

border-color css

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

 span { border-color: rgb(187,10,131); }

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