Html Css Color HEX #B90DA4 Medium Violet Red

📋 copy color: '#B90DA4'

red 185 ◦ green 13 ◦ blue 164

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

Shades of Medium Violet Red #B90DA4

Tints of Medium Violet Red #B90DA4

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.59%

 BLUE value IS 164 (64.45% from 255) = 45.3%

R = 51.1%
G = 3.59%
B = 45.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B90DA4 (or 0xB90DA4) is known color: Medium Violet Red. HEX triplet: B9, 0D and A4. RGB value is (185,13,164). Sum of RGB (Red+Green+Blue) = 185+13+164=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B90DA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90DA4 is #46F25B. Grayscale: #515151. Windows color (decimal): -4649564 or 10751417. OLE color: 10751417.

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

Color convert

RGB 185 13 164 -
CMYK 0 0.93 0.11 0.27
HSL 307.33º 0.87% 0.39% -
HSV(B) 307.33º 0.93% 0.73% -
XYZ 26.85 13.28 36.27 -
YUV 81.64 174.48 201.72 -
System Red Green Blue C M Y K H S L
Decimal 185 13 164 0 0.93 0.11 0.27 307.33 0.87 0.39
Hex B9 D A4 0 5D B 1B 133 57 27
Octal 271 15 244 0 135 13 33 463 127 47
Binary 10111001 1101 10100100 0 1011101 1011 11011 100110011 1010111 100111

Color Harmonies of #B90DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90DA4

Black with #B90DA4

Text Example


Text Example

White with #B90DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90DA4; }

 p { color: rgb(185,13,164); }

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

background-color css

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

 a { background-color: rgb(185,13,164); }

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

border-color css

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

 span { border-color: rgb(185,13,164); }

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