Html Css Color HEX #B632A1 Medium Red Violet

📋 copy color: '#B632A1'

red 182 ◦ green 50 ◦ blue 161

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

Shades of Medium Red Violet #B632A1

Tints of Medium Red Violet #B632A1

RGB

 RED value IS 182 (71.48% from 255) = 46.31%

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

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

R = 46.31%
G = 12.72%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B632A1 (or 0xB632A1) is known color: Medium Red Violet. HEX triplet: B6, 32 and A1. RGB value is (182,50,161). Sum of RGB (Red+Green+Blue) = 182+50+161=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A1 is #49CD5E. Grayscale: #656565. Windows color (decimal): -4836703 or 10564278. OLE color: 10564278.

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

Color convert

RGB 182 50 161 -
CMYK 0 0.73 0.12 0.29
HSL 309.55º 0.57% 0.45% -
HSV(B) 309.55º 0.73% 0.71% -
XYZ 26.87 14.8 35.16 -
YUV 102.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 182 50 161 0 0.73 0.12 0.29 309.55 0.57 0.45
Hex B6 32 A1 0 49 C 1D 136 39 2D
Octal 266 62 241 0 111 14 35 466 71 55
Binary 10110110 110010 10100001 0 1001001 1100 11101 100110110 111001 101101

Color Harmonies of #B632A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632A1

Black with #B632A1

Text Example


Text Example

White with #B632A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632A1; }

 p { color: rgb(182,50,161); }

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

background-color css

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

 a { background-color: rgb(182,50,161); }

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

border-color css

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

 span { border-color: rgb(182,50,161); }

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