Html Css Color HEX #BB0795 Medium Violet Red

📋 copy color: '#BB0795'

red 187 ◦ green 7 ◦ blue 149

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

Shades of Medium Violet Red #BB0795

Tints of Medium Violet Red #BB0795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 54.52%
G = 2.04%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BB0795 (or 0xBB0795) is known color: Medium Violet Red. HEX triplet: BB, 07 and 95. RGB value is (187,7,149). Sum of RGB (Red+Green+Blue) = 187+7+149=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0795 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0795 is #44F86A. Grayscale: #4C4C4C. Windows color (decimal): -4520043 or 9766843. OLE color: 9766843.

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

Color convert

RGB 187 7 149 -
CMYK 0 0.96 0.20 0.27
HSL 312.67º 0.93% 0.38% -
HSV(B) 312.67º 0.96% 0.73% -
XYZ 25.99 12.89 29.55 -
YUV 77.01 168.63 206.45 -
System Red Green Blue C M Y K H S L
Decimal 187 7 149 0 0.96 0.20 0.27 312.67 0.93 0.38
Hex BB 7 95 0 60 14 1B 139 5D 26
Octal 273 7 225 0 140 24 33 471 135 46
Binary 10111011 111 10010101 0 1100000 10100 11011 100111001 1011101 100110

Color Harmonies of #BB0795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0795

Black with #BB0795

Text Example


Text Example

White with #BB0795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0795; }

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

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

background-color css

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

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

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

border-color css

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

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

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