Html Css Color HEX #B634A2 Medium Red Violet

📋 copy color: '#B634A2'

red 182 ◦ green 52 ◦ blue 162

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

Shades of Medium Red Violet #B634A2

Tints of Medium Red Violet #B634A2

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 45.96%
G = 13.13%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.29

RGB Variations

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

Color information

#B634A2 (or 0xB634A2) is known color: Medium Red Violet. HEX triplet: B6, 34 and A2. RGB value is (182,52,162). Sum of RGB (Red+Green+Blue) = 182+52+162=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 162 (63.67% from 255 or 40.91% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B634A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B634A2 is #49CB5D. Grayscale: #676767. Windows color (decimal): -4836190 or 10630326. OLE color: 10630326.

HSL color Cylindrical-coordinate representation of color #B634A2: hue angle of 309.23º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B634A2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 162 -
CMYK 0 0.71 0.11 0.29
HSL 309.23º 0.56% 0.46% -
HSV(B) 309.23º 0.71% 0.71% -
XYZ 27.04 15.01 35.65 -
YUV 103.41 161.07 184.06 -
System Red Green Blue C M Y K H S L
Decimal 182 52 162 0 0.71 0.11 0.29 309.23 0.56 0.46
Hex B6 34 A2 0 47 B 1D 135 38 2E
Octal 266 64 242 0 107 13 35 465 70 56
Binary 10110110 110100 10100010 0 1000111 1011 11101 100110101 111000 101110

Color Harmonies of #B634A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B634A2

Black with #B634A2

Text Example


Text Example

White with #B634A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B634A2; }

 p { color: rgb(182,52,162); }

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

background-color css

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

 a { background-color: rgb(182,52,162); }

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

border-color css

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

 span { border-color: rgb(182,52,162); }

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