Html Css Color HEX #B635A2 Medium Red Violet

📋 copy color: '#B635A2'

red 182 ◦ green 53 ◦ blue 162

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

Shades of Medium Red Violet #B635A2

Tints of Medium Red Violet #B635A2

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.35%

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

R = 45.84%
G = 13.35%
B = 40.81%

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

#B635A2 (or 0xB635A2) is known color: Medium Red Violet. HEX triplet: B6, 35 and A2. RGB value is (182,53,162). Sum of RGB (Red+Green+Blue) = 182+53+162=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 162 (63.67% from 255 or 40.81% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B635A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B635A2 is #49CA5D. Grayscale: #676767. Windows color (decimal): -4835934 or 10630582. OLE color: 10630582.

HSL color Cylindrical-coordinate representation of color #B635A2: hue angle of 309.3º degrees, saturation: 0.55, 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 #B635A2 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 162 -
CMYK 0 0.71 0.11 0.29
HSL 309.3º 0.55% 0.46% -
HSV(B) 309.3º 0.71% 0.71% -
XYZ 27.09 15.1 35.67 -
YUV 104 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 182 53 162 0 0.71 0.11 0.29 309.3 0.55 0.46
Hex B6 35 A2 0 47 B 1D 135 37 2E
Octal 266 65 242 0 107 13 35 465 67 56
Binary 10110110 110101 10100010 0 1000111 1011 11101 100110101 110111 101110

Color Harmonies of #B635A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B635A2

Black with #B635A2

Text Example


Text Example

White with #B635A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B635A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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