Html Css Color HEX #BB077B Medium Violet Red

📋 copy color: '#BB077B'

red 187 ◦ green 7 ◦ blue 123

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

Shades of Medium Violet Red #BB077B

Tints of Medium Violet Red #BB077B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.8%

R = 58.99%
G = 2.21%
B = 38.8%

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

#BB077B (or 0xBB077B) is known color: Medium Violet Red. HEX triplet: BB, 07 and 7B. RGB value is (187,7,123). Sum of RGB (Red+Green+Blue) = 187+7+123=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 7 (3.12% from 255 or 2.21% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB077B is #44F884. Grayscale: #494949. Windows color (decimal): -4520069 or 8062907. OLE color: 8062907.

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

Color convert

RGB 187 7 123 -
CMYK 0 0.96 0.34 0.27
HSL 321.33º 0.93% 0.38% -
HSV(B) 321.33º 0.96% 0.73% -
XYZ 24.14 12.15 19.81 -
YUV 74.04 155.63 208.57 -
System Red Green Blue C M Y K H S L
Decimal 187 7 123 0 0.96 0.34 0.27 321.33 0.93 0.38
Hex BB 7 7B 0 60 22 1B 141 5D 26
Octal 273 7 173 0 140 42 33 501 135 46
Binary 10111011 111 1111011 0 1100000 100010 11011 101000001 1011101 100110

Color Harmonies of #BB077B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB077B

Black with #BB077B

Text Example


Text Example

White with #BB077B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB077B; }

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

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

background-color css

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

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

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

border-color css

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

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

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