Html Css Color HEX #B90893 Medium Violet Red

📋 copy color: '#B90893'

red 185 ◦ green 8 ◦ blue 147

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

Shades of Medium Violet Red #B90893

Tints of Medium Violet Red #B90893

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 54.41%
G = 2.35%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B90893 (or 0xB90893) is known color: Medium Violet Red. HEX triplet: B9, 08 and 93. RGB value is (185,8,147). Sum of RGB (Red+Green+Blue) = 185+8+147=340 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.41% from 340); Green value is 8 (3.52% from 255 or 2.35% from 340); Blue value is 147 (57.81% from 255 or 43.24% from 340); Max value from RGB is 185 - color contains mainly: red. Hex color #B90893 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B90893 is #46F76C. Grayscale: #4C4C4C. Windows color (decimal): -4650861 or 9636025. OLE color: 9636025.

HSL color Cylindrical-coordinate representation of color #B90893: hue angle of 312.88º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B90893 is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 8 147 -
CMYK 0 0.96 0.21 0.27
HSL 312.88º 0.92% 0.38% -
HSV(B) 312.88º 0.96% 0.73% -
XYZ 25.36 12.59 28.7 -
YUV 76.77 167.64 205.2 -
System Red Green Blue C M Y K H S L
Decimal 185 8 147 0 0.96 0.21 0.27 312.88 0.92 0.38
Hex B9 8 93 0 60 15 1B 139 5C 26
Octal 271 10 223 0 140 25 33 471 134 46
Binary 10111001 1000 10010011 0 1100000 10101 11011 100111001 1011100 100110

Color Harmonies of #B90893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90893

Black with #B90893

Text Example


Text Example

White with #B90893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90893; }

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

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

background-color css

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

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

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

border-color css

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

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

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