Html Css Color HEX #B930A0 Medium Red Violet

📋 copy color: '#B930A0'

red 185 ◦ green 48 ◦ blue 160

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

Shades of Medium Red Violet #B930A0

Tints of Medium Red Violet #B930A0

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.21%

 BLUE value IS 160 (62.89% from 255) = 40.71%

R = 47.07%
G = 12.21%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.14

 K value IS 0.27

RGB Variations

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

Color information

#B930A0 (or 0xB930A0) is known color: Medium Red Violet. HEX triplet: B9, 30 and A0. RGB value is (185,48,160). Sum of RGB (Red+Green+Blue) = 185+48+160=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B930A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B930A0 is #46CF5F. Grayscale: #656565. Windows color (decimal): -4640608 or 10498233. OLE color: 10498233.

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

Color convert

RGB 185 48 160 -
CMYK 0 0.74 0.14 0.27
HSL 310.95º 0.59% 0.46% -
HSV(B) 310.95º 0.74% 0.73% -
XYZ 27.41 14.97 34.7 -
YUV 101.73 160.89 187.39 -
System Red Green Blue C M Y K H S L
Decimal 185 48 160 0 0.74 0.14 0.27 310.95 0.59 0.46
Hex B9 30 A0 0 4A E 1B 137 3B 2E
Octal 271 60 240 0 112 16 33 467 73 56
Binary 10111001 110000 10100000 0 1001010 1110 11011 100110111 111011 101110

Color Harmonies of #B930A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B930A0

Black with #B930A0

Text Example


Text Example

White with #B930A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B930A0; }

 p { color: rgb(185,48,160); }

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

background-color css

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

 a { background-color: rgb(185,48,160); }

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

border-color css

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

 span { border-color: rgb(185,48,160); }

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