Html Css Color HEX #B632A0 Medium Red Violet

📋 copy color: '#B632A0'

red 182 ◦ green 50 ◦ blue 160

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

Shades of Medium Red Violet #B632A0

Tints of Medium Red Violet #B632A0

RGB

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

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

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

R = 46.43%
G = 12.76%
B = 40.82%

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

#B632A0 (or 0xB632A0) is known color: Medium Red Violet. HEX triplet: B6, 32 and A0. RGB value is (182,50,160). Sum of RGB (Red+Green+Blue) = 182+50+160=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 160 (62.89% from 255 or 40.82% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B632A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B632A0 is #49CD5F. Grayscale: #656565. Windows color (decimal): -4836704 or 10498742. OLE color: 10498742.

HSL color Cylindrical-coordinate representation of color #B632A0: hue angle of 310º 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 #B632A0 is Cyan = 0, Magento = 0.73, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 160 -
CMYK 0 0.73 0.12 0.29
HSL 310º 0.57% 0.45% -
HSV(B) 310º 0.73% 0.71% -
XYZ 26.78 14.76 34.7 -
YUV 102.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 182 50 160 0 0.73 0.12 0.29 310 0.57 0.45
Hex B6 32 A0 0 49 C 1D 136 39 2D
Octal 266 62 240 0 111 14 35 466 71 55
Binary 10110110 110010 10100000 0 1001001 1100 11101 100110110 111001 101101

Color Harmonies of #B632A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B632A0

Black with #B632A0

Text Example


Text Example

White with #B632A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B632A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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