Html Css Color HEX #BB0273 Medium Violet Red

📋 copy color: '#BB0273'

red 187 ◦ green 2 ◦ blue 115

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

Shades of Medium Violet Red #BB0273

Tints of Medium Violet Red #BB0273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 61.51%
G = 0.66%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0273 (or 0xBB0273) is known color: Medium Violet Red. HEX triplet: BB, 02 and 73. RGB value is (187,2,115). Sum of RGB (Red+Green+Blue) = 187+2+115=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 2 (1.17% from 255 or 0.66% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0273 is #44FD8C. Grayscale: #454545. Windows color (decimal): -4521357 or 7537339. OLE color: 7537339.

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

Color convert

RGB 187 2 115 -
CMYK 0 0.99 0.39 0.27
HSL 323.35º 0.98% 0.37% -
HSV(B) 323.35º 0.99% 0.73% -
XYZ 23.61 11.85 17.26 -
YUV 70.2 153.29 211.31 -
System Red Green Blue C M Y K H S L
Decimal 187 2 115 0 0.99 0.39 0.27 323.35 0.98 0.37
Hex BB 2 73 0 63 27 1B 143 62 25
Octal 273 2 163 0 143 47 33 503 142 45
Binary 10111011 10 1110011 0 1100011 100111 11011 101000011 1100010 100101

Color Harmonies of #BB0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0273

Black with #BB0273

Text Example


Text Example

White with #BB0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0273; }

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

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

background-color css

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

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

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

border-color css

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

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

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