Html Css Color HEX #BB0673 Medium Violet Red

📋 copy color: '#BB0673'

red 187 ◦ green 6 ◦ blue 115

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

Shades of Medium Violet Red #BB0673

Tints of Medium Violet Red #BB0673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 60.71%
G = 1.95%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB0673 (or 0xBB0673) is known color: Medium Violet Red. HEX triplet: BB, 06 and 73. RGB value is (187,6,115). Sum of RGB (Red+Green+Blue) = 187+6+115=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 6 (2.73% from 255 or 1.95% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0673 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0673 is #44F98C. Grayscale: #484848. Windows color (decimal): -4520333 or 7538363. OLE color: 7538363.

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

Color convert

RGB 187 6 115 -
CMYK 0 0.97 0.39 0.27
HSL 323.87º 0.94% 0.38% -
HSV(B) 323.87º 0.97% 0.73% -
XYZ 23.65 11.93 17.28 -
YUV 72.55 151.97 209.64 -
System Red Green Blue C M Y K H S L
Decimal 187 6 115 0 0.97 0.39 0.27 323.87 0.94 0.38
Hex BB 6 73 0 61 27 1B 144 5E 26
Octal 273 6 163 0 141 47 33 504 136 46
Binary 10111011 110 1110011 0 1100001 100111 11011 101000100 1011110 100110

Color Harmonies of #BB0673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0673

Black with #BB0673

Text Example


Text Example

White with #BB0673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0673; }

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

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

background-color css

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

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

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

border-color css

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

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

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