Html Css Color HEX #B90A7D Medium Violet Red

📋 copy color: '#B90A7D'

red 185 ◦ green 10 ◦ blue 125

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

Shades of Medium Violet Red #B90A7D

Tints of Medium Violet Red #B90A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.13%

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

R = 57.81%
G = 3.13%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B90A7D (or 0xB90A7D) is known color: Medium Violet Red. HEX triplet: B9, 0A and 7D. RGB value is (185,10,125). Sum of RGB (Red+Green+Blue) = 185+10+125=320 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.81% from 320); Green value is 10 (4.30% from 255 or 3.12% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90A7D is #46F582. Grayscale: #4B4B4B. Windows color (decimal): -4650371 or 8194745. OLE color: 8194745.

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

Color convert

RGB 185 10 125 -
CMYK 0 0.95 0.32 0.27
HSL 320.57º 0.9% 0.38% -
HSV(B) 320.57º 0.95% 0.73% -
XYZ 23.82 12.01 20.47 -
YUV 75.44 155.98 206.15 -
System Red Green Blue C M Y K H S L
Decimal 185 10 125 0 0.95 0.32 0.27 320.57 0.9 0.38
Hex B9 A 7D 0 5F 20 1B 141 5A 26
Octal 271 12 175 0 137 40 33 501 132 46
Binary 10111001 1010 1111101 0 1011111 100000 11011 101000001 1011010 100110

Color Harmonies of #B90A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A7D

Black with #B90A7D

Text Example


Text Example

White with #B90A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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