Html Css Color HEX #B935A3 Medium Red Violet

📋 copy color: '#B935A3'

red 185 ◦ green 53 ◦ blue 163

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

Shades of Medium Red Violet #B935A3

Tints of Medium Red Violet #B935A3

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.22%

 BLUE value IS 163 (64.06% from 255) = 40.65%

R = 46.13%
G = 13.22%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B935A3 (or 0xB935A3) is known color: Medium Red Violet. HEX triplet: B9, 35 and A3. RGB value is (185,53,163). Sum of RGB (Red+Green+Blue) = 185+53+163=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 53 (21.09% from 255 or 13.22% from 401); Blue value is 163 (64.06% from 255 or 40.65% from 401); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A3 is #46CA5C. Grayscale: #686868. Windows color (decimal): -4639325 or 10696121. OLE color: 10696121.

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

Color convert

RGB 185 53 163 -
CMYK 0 0.71 0.12 0.27
HSL 310º 0.55% 0.47% -
HSV(B) 310º 0.71% 0.73% -
XYZ 27.89 15.5 36.17 -
YUV 105.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 185 53 163 0 0.71 0.12 0.27 310 0.55 0.47
Hex B9 35 A3 0 47 C 1B 136 37 2F
Octal 271 65 243 0 107 14 33 466 67 57
Binary 10111001 110101 10100011 0 1000111 1100 11011 100110110 110111 101111

Color Harmonies of #B935A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935A3

Black with #B935A3

Text Example


Text Example

White with #B935A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935A3; }

 p { color: rgb(185,53,163); }

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

background-color css

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

 a { background-color: rgb(185,53,163); }

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

border-color css

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

 span { border-color: rgb(185,53,163); }

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