Html Css Color HEX #B832A2 Medium Red Violet

📋 copy color: '#B832A2'

red 184 ◦ green 50 ◦ blue 162

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

Shades of Medium Red Violet #B832A2

Tints of Medium Red Violet #B832A2

RGB

 RED value IS 184 (72.27% from 255) = 46.46%

 GREEN value IS 50 (19.92% from 255) = 12.63%

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

R = 46.46%
G = 12.63%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B832A2 (or 0xB832A2) is known color: Medium Red Violet. HEX triplet: B8, 32 and A2. RGB value is (184,50,162). Sum of RGB (Red+Green+Blue) = 184+50+162=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B832A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B832A2 is #47CD5D. Grayscale: #666666. Windows color (decimal): -4705630 or 10629816. OLE color: 10629816.

HSL color Cylindrical-coordinate representation of color #B832A2: hue angle of 309.85º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B832A2 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 50 162 -
CMYK 0 0.73 0.12 0.28
HSL 309.85º 0.57% 0.46% -
HSV(B) 309.85º 0.73% 0.72% -
XYZ 27.43 15.08 35.65 -
YUV 102.83 161.39 185.89 -
System Red Green Blue C M Y K H S L
Decimal 184 50 162 0 0.73 0.12 0.28 309.85 0.57 0.46
Hex B8 32 A2 0 49 C 1C 136 39 2E
Octal 270 62 242 0 111 14 34 466 71 56
Binary 10111000 110010 10100010 0 1001001 1100 11100 100110110 111001 101110

Color Harmonies of #B832A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B832A2

Black with #B832A2

Text Example


Text Example

White with #B832A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B832A2; }

 p { color: rgb(184,50,162); }

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

background-color css

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

 a { background-color: rgb(184,50,162); }

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

border-color css

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

 span { border-color: rgb(184,50,162); }

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