Html Css Color HEX #B93498 Medium Red Violet

📋 copy color: '#B93498'

red 185 ◦ green 52 ◦ blue 152

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

Shades of Medium Red Violet #B93498

Tints of Medium Red Violet #B93498

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.37%

 BLUE value IS 152 (59.77% from 255) = 39.07%

R = 47.56%
G = 13.37%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B93498 (or 0xB93498) is known color: Medium Red Violet. HEX triplet: B9, 34 and 98. RGB value is (185,52,152). Sum of RGB (Red+Green+Blue) = 185+52+152=389 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.56% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 185 - color contains mainly: red. Hex color #B93498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93498 is #46CB67. Grayscale: #666666. Windows color (decimal): -4639592 or 9974969. OLE color: 9974969.

HSL color Cylindrical-coordinate representation of color #B93498: hue angle of 314.89º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93498 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 52 152 -
CMYK 0 0.72 0.18 0.27
HSL 314.89º 0.56% 0.46% -
HSV(B) 314.89º 0.72% 0.73% -
XYZ 26.9 15.04 31.19 -
YUV 103.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 185 52 152 0 0.72 0.18 0.27 314.89 0.56 0.46
Hex B9 34 98 0 48 12 1B 13B 38 2E
Octal 271 64 230 0 110 22 33 473 70 56
Binary 10111001 110100 10011000 0 1001000 10010 11011 100111011 111000 101110

Color Harmonies of #B93498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93498

Black with #B93498

Text Example


Text Example

White with #B93498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93498; }

 p { color: rgb(185,52,152); }

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

background-color css

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

 a { background-color: rgb(185,52,152); }

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

border-color css

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

 span { border-color: rgb(185,52,152); }

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