Html Css Color HEX #BB077D Medium Violet Red

📋 copy color: '#BB077D'

red 187 ◦ green 7 ◦ blue 125

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

Shades of Medium Violet Red #BB077D

Tints of Medium Violet Red #BB077D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 58.62%
G = 2.19%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB077D (or 0xBB077D) is known color: Medium Violet Red. HEX triplet: BB, 07 and 7D. RGB value is (187,7,125). Sum of RGB (Red+Green+Blue) = 187+7+125=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 7 (3.12% from 255 or 2.19% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB077D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB077D is #44F882. Grayscale: #494949. Windows color (decimal): -4520067 or 8193979. OLE color: 8193979.

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

Color convert

RGB 187 7 125 -
CMYK 0 0.96 0.33 0.27
HSL 320.67º 0.93% 0.38% -
HSV(B) 320.67º 0.96% 0.73% -
XYZ 24.27 12.2 20.48 -
YUV 74.27 156.63 208.41 -
System Red Green Blue C M Y K H S L
Decimal 187 7 125 0 0.96 0.33 0.27 320.67 0.93 0.38
Hex BB 7 7D 0 60 21 1B 141 5D 26
Octal 273 7 175 0 140 41 33 501 135 46
Binary 10111011 111 1111101 0 1100000 100001 11011 101000001 1011101 100110

Color Harmonies of #BB077D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB077D

Black with #BB077D

Text Example


Text Example

White with #BB077D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB077D; }

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

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

background-color css

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

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

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

border-color css

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

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

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