Html Css Color HEX #B9078D Medium Violet Red

📋 copy color: '#B9078D'

red 185 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #B9078D

Tints of Medium Violet Red #B9078D

RGB

 RED value IS 185 (72.66% from 255) = 55.56%

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

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 55.56%
G = 2.1%
B = 42.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9078D (or 0xB9078D) is known color: Medium Violet Red. HEX triplet: B9, 07 and 8D. RGB value is (185,7,141). Sum of RGB (Red+Green+Blue) = 185+7+141=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 7 (3.12% from 255 or 2.10% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9078D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9078D is #46F872. Grayscale: #4B4B4B. Windows color (decimal): -4651123 or 9242553. OLE color: 9242553.

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

Color convert

RGB 185 7 141 -
CMYK 0 0.96 0.24 0.27
HSL 314.83º 0.93% 0.38% -
HSV(B) 314.83º 0.96% 0.73% -
XYZ 24.89 12.39 26.28 -
YUV 75.5 164.97 206.1 -
System Red Green Blue C M Y K H S L
Decimal 185 7 141 0 0.96 0.24 0.27 314.83 0.93 0.38
Hex B9 7 8D 0 60 18 1B 13B 5D 26
Octal 271 7 215 0 140 30 33 473 135 46
Binary 10111001 111 10001101 0 1100000 11000 11011 100111011 1011101 100110

Color Harmonies of #B9078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9078D

Black with #B9078D

Text Example


Text Example

White with #B9078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9078D; }

 p { color: rgb(185,7,141); }

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

background-color css

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

 a { background-color: rgb(185,7,141); }

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

border-color css

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

 span { border-color: rgb(185,7,141); }

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