Html Css Color HEX #B933A2 Medium Red Violet

📋 copy color: '#B933A2'

red 185 ◦ green 51 ◦ blue 162

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

Shades of Medium Red Violet #B933A2

Tints of Medium Red Violet #B933A2

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.81%

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 46.48%
G = 12.81%
B = 40.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#B933A2 (or 0xB933A2) is known color: Medium Red Violet. HEX triplet: B9, 33 and A2. RGB value is (185,51,162). Sum of RGB (Red+Green+Blue) = 185+51+162=398 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.48% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 185 - color contains mainly: red. Hex color #B933A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B933A2 is #46CC5D. Grayscale: #676767. Windows color (decimal): -4639838 or 10630073. OLE color: 10630073.

HSL color Cylindrical-coordinate representation of color #B933A2: hue angle of 310.3º degrees, saturation: 0.57, 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 #B933A2 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 51 162 -
CMYK 0 0.72 0.12 0.27
HSL 310.3º 0.57% 0.46% -
HSV(B) 310.3º 0.72% 0.73% -
XYZ 27.71 15.29 35.67 -
YUV 103.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 185 51 162 0 0.72 0.12 0.27 310.3 0.57 0.46
Hex B9 33 A2 0 48 C 1B 136 39 2E
Octal 271 63 242 0 110 14 33 466 71 56
Binary 10111001 110011 10100010 0 1001000 1100 11011 100110110 111001 101110

Color Harmonies of #B933A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B933A2

Black with #B933A2

Text Example


Text Example

White with #B933A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B933A2; }

 p { color: rgb(185,51,162); }

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

background-color css

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

 a { background-color: rgb(185,51,162); }

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

border-color css

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

 span { border-color: rgb(185,51,162); }

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