Html Css Color HEX #BB0773 Medium Violet Red

📋 copy color: '#BB0773'

red 187 ◦ green 7 ◦ blue 115

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

Shades of Medium Violet Red #BB0773

Tints of Medium Violet Red #BB0773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 60.52%
G = 2.27%
B = 37.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0773 (or 0xBB0773) is known color: Medium Violet Red. HEX triplet: BB, 07 and 73. RGB value is (187,7,115). Sum of RGB (Red+Green+Blue) = 187+7+115=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 115 (45.31% from 255 or 37.22% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0773 is #44F88C. Grayscale: #484848. Windows color (decimal): -4520077 or 7538619. OLE color: 7538619.

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

Color convert

RGB 187 7 115 -
CMYK 0 0.96 0.39 0.27
HSL 324º 0.93% 0.38% -
HSV(B) 324º 0.96% 0.73% -
XYZ 23.66 11.95 17.28 -
YUV 73.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 187 7 115 0 0.96 0.39 0.27 324 0.93 0.38
Hex BB 7 73 0 60 27 1B 144 5D 26
Octal 273 7 163 0 140 47 33 504 135 46
Binary 10111011 111 1110011 0 1100000 100111 11011 101000100 1011101 100110

Color Harmonies of #BB0773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0773

Black with #BB0773

Text Example


Text Example

White with #BB0773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0773; }

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

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

background-color css

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

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

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

border-color css

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

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

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