Html Css Color HEX #B90993 Medium Violet Red

📋 copy color: '#B90993'

red 185 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #B90993

Tints of Medium Violet Red #B90993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.64%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 54.25%
G = 2.64%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B90993 (or 0xB90993) is known color: Medium Violet Red. HEX triplet: B9, 09 and 93. RGB value is (185,9,147). Sum of RGB (Red+Green+Blue) = 185+9+147=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B90993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90993 is #46F66C. Grayscale: #4C4C4C. Windows color (decimal): -4650605 or 9636281. OLE color: 9636281.

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

Color convert

RGB 185 9 147 -
CMYK 0 0.95 0.21 0.27
HSL 312.95º 0.91% 0.38% -
HSV(B) 312.95º 0.95% 0.73% -
XYZ 25.37 12.62 28.7 -
YUV 77.36 167.31 204.78 -
System Red Green Blue C M Y K H S L
Decimal 185 9 147 0 0.95 0.21 0.27 312.95 0.91 0.38
Hex B9 9 93 0 5F 15 1B 139 5B 26
Octal 271 11 223 0 137 25 33 471 133 46
Binary 10111001 1001 10010011 0 1011111 10101 11011 100111001 1011011 100110

Color Harmonies of #B90993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90993

Black with #B90993

Text Example


Text Example

White with #B90993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90993; }

 p { color: rgb(185,9,147); }

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

background-color css

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

 a { background-color: rgb(185,9,147); }

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

border-color css

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

 span { border-color: rgb(185,9,147); }

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