Html Css Color HEX #B935A1 Medium Red Violet

📋 copy color: '#B935A1'

red 185 ◦ green 53 ◦ blue 161

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

Shades of Medium Red Violet #B935A1

Tints of Medium Red Violet #B935A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.35%

R = 46.37%
G = 13.28%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.13

 K value IS 0.27

RGB Variations

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

Color information

#B935A1 (or 0xB935A1) is known color: Medium Red Violet. HEX triplet: B9, 35 and A1. RGB value is (185,53,161). Sum of RGB (Red+Green+Blue) = 185+53+161=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A1 is #46CA5E. Grayscale: #686868. Windows color (decimal): -4639327 or 10565049. OLE color: 10565049.

HSL color Cylindrical-coordinate representation of color #B935A1: hue angle of 310.91º 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 #B935A1 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 161 -
CMYK 0 0.71 0.13 0.27
HSL 310.91º 0.55% 0.47% -
HSV(B) 310.91º 0.71% 0.73% -
XYZ 27.71 15.43 35.24 -
YUV 104.78 159.73 185.22 -
System Red Green Blue C M Y K H S L
Decimal 185 53 161 0 0.71 0.13 0.27 310.91 0.55 0.47
Hex B9 35 A1 0 47 D 1B 137 37 2F
Octal 271 65 241 0 107 15 33 467 67 57
Binary 10111001 110101 10100001 0 1000111 1101 11011 100110111 110111 101111

Color Harmonies of #B935A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935A1

Black with #B935A1

Text Example


Text Example

White with #B935A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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