Html Css Color HEX #BB077C Medium Violet Red

📋 copy color: '#BB077C'

red 187 ◦ green 7 ◦ blue 124

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

Shades of Medium Violet Red #BB077C

Tints of Medium Violet Red #BB077C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.99%

R = 58.81%
G = 2.2%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB077C (or 0xBB077C) is known color: Medium Violet Red. HEX triplet: BB, 07 and 7C. RGB value is (187,7,124). Sum of RGB (Red+Green+Blue) = 187+7+124=318 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.81% from 318); Green value is 7 (3.12% from 255 or 2.20% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 187 - color contains mainly: red. Hex color #BB077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB077C is #44F883. Grayscale: #494949. Windows color (decimal): -4520068 or 8128443. OLE color: 8128443.

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

Color convert

RGB 187 7 124 -
CMYK 0 0.96 0.34 0.27
HSL 321º 0.93% 0.38% -
HSV(B) 321º 0.96% 0.73% -
XYZ 24.21 12.17 20.14 -
YUV 74.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 187 7 124 0 0.96 0.34 0.27 321 0.93 0.38
Hex BB 7 7C 0 60 22 1B 141 5D 26
Octal 273 7 174 0 140 42 33 501 135 46
Binary 10111011 111 1111100 0 1100000 100010 11011 101000001 1011101 100110

Color Harmonies of #BB077C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB077C

Black with #BB077C

Text Example


Text Example

White with #BB077C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB077C; }

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

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

background-color css

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

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

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

border-color css

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

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

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