Html Css Color HEX #B90E7D Medium Violet Red

📋 copy color: '#B90E7D'

red 185 ◦ green 14 ◦ blue 125

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

Shades of Medium Violet Red #B90E7D

Tints of Medium Violet Red #B90E7D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.32%

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

R = 57.1%
G = 4.32%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B90E7D (or 0xB90E7D) is known color: Medium Violet Red. HEX triplet: B9, 0E and 7D. RGB value is (185,14,125). Sum of RGB (Red+Green+Blue) = 185+14+125=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E7D is #46F182. Grayscale: #4D4D4D. Windows color (decimal): -4649347 or 8195769. OLE color: 8195769.

HSL color Cylindrical-coordinate representation of color #B90E7D: hue angle of 321.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B90E7D is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 14 125 -
CMYK 0 0.92 0.32 0.27
HSL 321.05º 0.86% 0.39% -
HSV(B) 321.05º 0.92% 0.73% -
XYZ 23.87 12.11 20.48 -
YUV 77.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 185 14 125 0 0.92 0.32 0.27 321.05 0.86 0.39
Hex B9 E 7D 0 5C 20 1B 141 56 27
Octal 271 16 175 0 134 40 33 501 126 47
Binary 10111001 1110 1111101 0 1011100 100000 11011 101000001 1010110 100111

Color Harmonies of #B90E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E7D

Black with #B90E7D

Text Example


Text Example

White with #B90E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E7D; }

 p { color: rgb(185,14,125); }

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

background-color css

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

 a { background-color: rgb(185,14,125); }

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

border-color css

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

 span { border-color: rgb(185,14,125); }

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