Html Css Color HEX #B90E7B Medium Violet Red

📋 copy color: '#B90E7B'

red 185 ◦ green 14 ◦ blue 123

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

Shades of Medium Violet Red #B90E7B

Tints of Medium Violet Red #B90E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.2%

R = 57.45%
G = 4.35%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#B90E7B (or 0xB90E7B) is known color: Medium Violet Red. HEX triplet: B9, 0E and 7B. RGB value is (185,14,123). Sum of RGB (Red+Green+Blue) = 185+14+123=322 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.45% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 123 (48.44% from 255 or 38.20% from 322); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90E7B is #46F184. Grayscale: #4D4D4D. Windows color (decimal): -4649349 or 8064697. OLE color: 8064697.

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

Color convert

RGB 185 14 123 -
CMYK 0 0.92 0.34 0.27
HSL 321.75º 0.86% 0.39% -
HSV(B) 321.75º 0.92% 0.73% -
XYZ 23.74 12.06 19.82 -
YUV 77.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 185 14 123 0 0.92 0.34 0.27 321.75 0.86 0.39
Hex B9 E 7B 0 5C 22 1B 142 56 27
Octal 271 16 173 0 134 42 33 502 126 47
Binary 10111001 1110 1111011 0 1011100 100010 11011 101000010 1010110 100111

Color Harmonies of #B90E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E7B

Black with #B90E7B

Text Example


Text Example

White with #B90E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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