Html Css Color HEX #B90CA4 Medium Violet Red

📋 copy color: '#B90CA4'

red 185 ◦ green 12 ◦ blue 164

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

Shades of Medium Violet Red #B90CA4

Tints of Medium Violet Red #B90CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.32%

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

R = 51.25%
G = 3.32%
B = 45.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#B90CA4 (or 0xB90CA4) is known color: Medium Violet Red. HEX triplet: B9, 0C and A4. RGB value is (185,12,164). Sum of RGB (Red+Green+Blue) = 185+12+164=361 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.25% from 361); Green value is 12 (5.08% from 255 or 3.32% from 361); Blue value is 164 (64.45% from 255 or 45.43% from 361); Max value from RGB is 185 - color contains mainly: red. Hex color #B90CA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90CA4 is #46F35B. Grayscale: #505050. Windows color (decimal): -4649820 or 10751161. OLE color: 10751161.

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

Color convert

RGB 185 12 164 -
CMYK 0 0.94 0.11 0.27
HSL 307.28º 0.88% 0.39% -
HSV(B) 307.28º 0.94% 0.73% -
XYZ 26.84 13.26 36.27 -
YUV 81.06 174.81 202.14 -
System Red Green Blue C M Y K H S L
Decimal 185 12 164 0 0.94 0.11 0.27 307.28 0.88 0.39
Hex B9 C A4 0 5E B 1B 133 58 27
Octal 271 14 244 0 136 13 33 463 130 47
Binary 10111001 1100 10100100 0 1011110 1011 11011 100110011 1011000 100111

Color Harmonies of #B90CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90CA4

Black with #B90CA4

Text Example


Text Example

White with #B90CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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