Html Css Color HEX #B90E7E Medium Violet Red

📋 copy color: '#B90E7E'

red 185 ◦ green 14 ◦ blue 126

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

Shades of Medium Violet Red #B90E7E

Tints of Medium Violet Red #B90E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 38.77%

R = 56.92%
G = 4.31%
B = 38.77%

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

#B90E7E (or 0xB90E7E) is known color: Medium Violet Red. HEX triplet: B9, 0E and 7E. RGB value is (185,14,126). Sum of RGB (Red+Green+Blue) = 185+14+126=325 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.92% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E7E is #46F181. Grayscale: #4D4D4D. Windows color (decimal): -4649346 or 8261305. OLE color: 8261305.

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

Color convert

RGB 185 14 126 -
CMYK 0 0.92 0.32 0.27
HSL 320.7º 0.86% 0.39% -
HSV(B) 320.7º 0.92% 0.73% -
XYZ 23.93 12.13 20.82 -
YUV 77.9 155.15 204.39 -
System Red Green Blue C M Y K H S L
Decimal 185 14 126 0 0.92 0.32 0.27 320.7 0.86 0.39
Hex B9 E 7E 0 5C 20 1B 141 56 27
Octal 271 16 176 0 134 40 33 501 126 47
Binary 10111001 1110 1111110 0 1011100 100000 11011 101000001 1010110 100111

Color Harmonies of #B90E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E7E

Black with #B90E7E

Text Example


Text Example

White with #B90E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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