Html Css Color HEX #BB077F Medium Violet Red

📋 copy color: '#BB077F'

red 187 ◦ green 7 ◦ blue 127

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

Shades of Medium Violet Red #BB077F

Tints of Medium Violet Red #BB077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.56%

R = 58.26%
G = 2.18%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB077F (or 0xBB077F) is known color: Medium Violet Red. HEX triplet: BB, 07 and 7F. RGB value is (187,7,127). Sum of RGB (Red+Green+Blue) = 187+7+127=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB077F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB077F is #44F880. Grayscale: #4A4A4A. Windows color (decimal): -4520065 or 8325051. OLE color: 8325051.

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

Color convert

RGB 187 7 127 -
CMYK 0 0.96 0.32 0.27
HSL 320º 0.93% 0.38% -
HSV(B) 320º 0.96% 0.73% -
XYZ 24.4 12.25 21.16 -
YUV 74.5 157.63 208.24 -
System Red Green Blue C M Y K H S L
Decimal 187 7 127 0 0.96 0.32 0.27 320 0.93 0.38
Hex BB 7 7F 0 60 20 1B 140 5D 26
Octal 273 7 177 0 140 40 33 500 135 46
Binary 10111011 111 1111111 0 1100000 100000 11011 101000000 1011101 100110

Color Harmonies of #BB077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB077F

Black with #BB077F

Text Example


Text Example

White with #BB077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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