Html Css Color HEX #BB0671 Medium Violet Red

📋 copy color: '#BB0671'

red 187 ◦ green 6 ◦ blue 113

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

Shades of Medium Violet Red #BB0671

Tints of Medium Violet Red #BB0671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 36.93%

R = 61.11%
G = 1.96%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB0671 (or 0xBB0671) is known color: Medium Violet Red. HEX triplet: BB, 06 and 71. RGB value is (187,6,113). Sum of RGB (Red+Green+Blue) = 187+6+113=306 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.11% from 306); Green value is 6 (2.73% from 255 or 1.96% from 306); Blue value is 113 (44.53% from 255 or 36.93% from 306); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0671 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0671 is #44F98E. Grayscale: #484848. Windows color (decimal): -4520335 or 7407291. OLE color: 7407291.

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

Color convert

RGB 187 6 113 -
CMYK 0 0.97 0.40 0.27
HSL 324.53º 0.94% 0.38% -
HSV(B) 324.53º 0.97% 0.73% -
XYZ 23.54 11.89 16.68 -
YUV 72.32 150.97 209.8 -
System Red Green Blue C M Y K H S L
Decimal 187 6 113 0 0.97 0.40 0.27 324.53 0.94 0.38
Hex BB 6 71 0 61 28 1B 145 5E 26
Octal 273 6 161 0 141 50 33 505 136 46
Binary 10111011 110 1110001 0 1100001 101000 11011 101000101 1011110 100110

Color Harmonies of #BB0671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0671

Black with #BB0671

Text Example


Text Example

White with #BB0671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0671; }

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

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

background-color css

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

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

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

border-color css

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

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

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