Html Css Color HEX #BB0280 Medium Violet Red

📋 copy color: '#BB0280'

red 187 ◦ green 2 ◦ blue 128

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

Shades of Medium Violet Red #BB0280

Tints of Medium Violet Red #BB0280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 128 (50.39% from 255) = 40.38%

R = 58.99%
G = 0.63%
B = 40.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB0280 (or 0xBB0280) is known color: Medium Violet Red. HEX triplet: BB, 02 and 80. RGB value is (187,2,128). Sum of RGB (Red+Green+Blue) = 187+2+128=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 128 (50.39% from 255 or 40.38% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0280 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0280 is #44FD7F. Grayscale: #474747. Windows color (decimal): -4521344 or 8389307. OLE color: 8389307.

HSL color Cylindrical-coordinate representation of color #BB0280: hue angle of 319.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB0280 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 128 -
CMYK 0 0.99 0.32 0.27
HSL 319.14º 0.98% 0.37% -
HSV(B) 319.14º 0.99% 0.73% -
XYZ 24.41 12.17 21.48 -
YUV 71.68 159.79 210.25 -
System Red Green Blue C M Y K H S L
Decimal 187 2 128 0 0.99 0.32 0.27 319.14 0.98 0.37
Hex BB 2 80 0 63 20 1B 13F 62 25
Octal 273 2 200 0 143 40 33 477 142 45
Binary 10111011 10 10000000 0 1100011 100000 11011 100111111 1100010 100101

Color Harmonies of #BB0280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0280

Black with #BB0280

Text Example


Text Example

White with #BB0280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0280; }

 p { color: rgb(187,2,128); }

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

background-color css

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

 a { background-color: rgb(187,2,128); }

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

border-color css

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

 span { border-color: rgb(187,2,128); }

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