Html Css Color HEX #B90A8D Medium Violet Red

📋 copy color: '#B90A8D'

red 185 ◦ green 10 ◦ blue 141

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

Shades of Medium Violet Red #B90A8D

Tints of Medium Violet Red #B90A8D

RGB

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

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

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

R = 55.06%
G = 2.98%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B90A8D (or 0xB90A8D) is known color: Medium Violet Red. HEX triplet: B9, 0A and 8D. RGB value is (185,10,141). Sum of RGB (Red+Green+Blue) = 185+10+141=336 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.06% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 185 - color contains mainly: red. Hex color #B90A8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90A8D is #46F572. Grayscale: #4C4C4C. Windows color (decimal): -4650355 or 9243321. OLE color: 9243321.

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

Color convert

RGB 185 10 141 -
CMYK 0 0.95 0.24 0.27
HSL 315.09º 0.9% 0.38% -
HSV(B) 315.09º 0.95% 0.73% -
XYZ 24.92 12.45 26.29 -
YUV 77.26 163.98 204.85 -
System Red Green Blue C M Y K H S L
Decimal 185 10 141 0 0.95 0.24 0.27 315.09 0.9 0.38
Hex B9 A 8D 0 5F 18 1B 13B 5A 26
Octal 271 12 215 0 137 30 33 473 132 46
Binary 10111001 1010 10001101 0 1011111 11000 11011 100111011 1011010 100110

Color Harmonies of #B90A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90A8D

Black with #B90A8D

Text Example


Text Example

White with #B90A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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