Html Css Color HEX #B90274 Medium Violet Red

📋 copy color: '#B90274'

red 185 ◦ green 2 ◦ blue 116

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

Shades of Medium Violet Red #B90274

Tints of Medium Violet Red #B90274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

 BLUE value IS 116 (45.7% from 255) = 38.28%

R = 61.06%
G = 0.66%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#B90274 (or 0xB90274) is known color: Medium Violet Red. HEX triplet: B9, 02 and 74. RGB value is (185,2,116). Sum of RGB (Red+Green+Blue) = 185+2+116=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B90274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B90274 is #46FD8B. Grayscale: #454545. Windows color (decimal): -4652428 or 7602873. OLE color: 7602873.

HSL color Cylindrical-coordinate representation of color #B90274: hue angle of 322.62º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B90274 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 2 116 -
CMYK 0 0.99 0.37 0.27
HSL 322.62º 0.98% 0.37% -
HSV(B) 322.62º 0.99% 0.73% -
XYZ 23.18 11.62 17.54 -
YUV 69.71 154.13 210.23 -
System Red Green Blue C M Y K H S L
Decimal 185 2 116 0 0.99 0.37 0.27 322.62 0.98 0.37
Hex B9 2 74 0 63 25 1B 143 62 25
Octal 271 2 164 0 143 45 33 503 142 45
Binary 10111001 10 1110100 0 1100011 100101 11011 101000011 1100010 100101

Color Harmonies of #B90274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90274

Black with #B90274

Text Example


Text Example

White with #B90274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90274; }

 p { color: rgb(185,2,116); }

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

background-color css

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

 a { background-color: rgb(185,2,116); }

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

border-color css

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

 span { border-color: rgb(185,2,116); }

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