Html Css Color HEX #BB0277 Medium Violet Red

📋 copy color: '#BB0277'

red 187 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #BB0277

Tints of Medium Violet Red #BB0277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 38.64%

R = 60.71%
G = 0.65%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB0277 (or 0xBB0277) is known color: Medium Violet Red. HEX triplet: BB, 02 and 77. RGB value is (187,2,119). Sum of RGB (Red+Green+Blue) = 187+2+119=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0277 is #44FD88. Grayscale: #464646. Windows color (decimal): -4521353 or 7799483. OLE color: 7799483.

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

Color convert

RGB 187 2 119 -
CMYK 0 0.99 0.36 0.27
HSL 322.05º 0.98% 0.37% -
HSV(B) 322.05º 0.99% 0.73% -
XYZ 23.85 11.94 18.5 -
YUV 70.65 155.29 210.99 -
System Red Green Blue C M Y K H S L
Decimal 187 2 119 0 0.99 0.36 0.27 322.05 0.98 0.37
Hex BB 2 77 0 63 24 1B 142 62 25
Octal 273 2 167 0 143 44 33 502 142 45
Binary 10111011 10 1110111 0 1100011 100100 11011 101000010 1100010 100101

Color Harmonies of #BB0277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0277

Black with #BB0277

Text Example


Text Example

White with #BB0277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0277; }

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

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

background-color css

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

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

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

border-color css

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

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

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