Html Css Color HEX #B93EA2 Medium Red Violet

📋 copy color: '#B93EA2'

red 185 ◦ green 62 ◦ blue 162

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

Shades of Medium Red Violet #B93EA2

Tints of Medium Red Violet #B93EA2

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.16%

 BLUE value IS 162 (63.67% from 255) = 39.61%

R = 45.23%
G = 15.16%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B93EA2 (or 0xB93EA2) is known color: Medium Red Violet. HEX triplet: B9, 3E and A2. RGB value is (185,62,162). Sum of RGB (Red+Green+Blue) = 185+62+162=409 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.23% from 409); Green value is 62 (24.61% from 255 or 15.16% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 185 - color contains mainly: red. Hex color #B93EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93EA2 is #46C15D. Grayscale: #6D6D6D. Windows color (decimal): -4637022 or 10632889. OLE color: 10632889.

HSL color Cylindrical-coordinate representation of color #B93EA2: hue angle of 311.22º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93EA2 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 162 -
CMYK 0 0.66 0.12 0.27
HSL 311.22º 0.5% 0.48% -
HSV(B) 311.22º 0.66% 0.73% -
XYZ 28.25 16.37 35.85 -
YUV 110.18 157.25 181.37 -
System Red Green Blue C M Y K H S L
Decimal 185 62 162 0 0.66 0.12 0.27 311.22 0.5 0.48
Hex B9 3E A2 0 42 C 1B 137 32 30
Octal 271 76 242 0 102 14 33 467 62 60
Binary 10111001 111110 10100010 0 1000010 1100 11011 100110111 110010 110000

Color Harmonies of #B93EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93EA2

Black with #B93EA2

Text Example


Text Example

White with #B93EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93EA2; }

 p { color: rgb(185,62,162); }

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

background-color css

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

 a { background-color: rgb(185,62,162); }

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

border-color css

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

 span { border-color: rgb(185,62,162); }

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