Html Css Color HEX #B935A7 Medium Red Violet

📋 copy color: '#B935A7'

red 185 ◦ green 53 ◦ blue 167

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

Shades of Medium Red Violet #B935A7

Tints of Medium Red Violet #B935A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 45.68%
G = 13.09%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#B935A7 (or 0xB935A7) is known color: Medium Red Violet. HEX triplet: B9, 35 and A7. RGB value is (185,53,167). Sum of RGB (Red+Green+Blue) = 185+53+167=405 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.68% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 185 - color contains mainly: red. Hex color #B935A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B935A7 is #46CA58. Grayscale: #696969. Windows color (decimal): -4639321 or 10958265. OLE color: 10958265.

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

Color convert

RGB 185 53 167 -
CMYK 0 0.71 0.10 0.27
HSL 308.18º 0.55% 0.47% -
HSV(B) 308.18º 0.71% 0.73% -
XYZ 28.26 15.65 38.09 -
YUV 105.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 185 53 167 0 0.71 0.10 0.27 308.18 0.55 0.47
Hex B9 35 A7 0 47 A 1B 134 37 2F
Octal 271 65 247 0 107 12 33 464 67 57
Binary 10111001 110101 10100111 0 1000111 1010 11011 100110100 110111 101111

Color Harmonies of #B935A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B935A7

Black with #B935A7

Text Example


Text Example

White with #B935A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B935A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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