Html Css Color HEX #B633A0 Medium Red Violet

📋 copy color: '#B633A0'

red 182 ◦ green 51 ◦ blue 160

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

Shades of Medium Red Violet #B633A0

Tints of Medium Red Violet #B633A0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.98%

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

R = 46.31%
G = 12.98%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B633A0 (or 0xB633A0) is known color: Medium Red Violet. HEX triplet: B6, 33 and A0. RGB value is (182,51,160). Sum of RGB (Red+Green+Blue) = 182+51+160=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 182 - color contains mainly: red. Hex color #B633A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B633A0 is #49CC5F. Grayscale: #666666. Windows color (decimal): -4836448 or 10498998. OLE color: 10498998.

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

Color convert

RGB 182 51 160 -
CMYK 0 0.72 0.12 0.29
HSL 310.08º 0.56% 0.46% -
HSV(B) 310.08º 0.72% 0.71% -
XYZ 26.82 14.85 34.71 -
YUV 102.6 160.4 184.64 -
System Red Green Blue C M Y K H S L
Decimal 182 51 160 0 0.72 0.12 0.29 310.08 0.56 0.46
Hex B6 33 A0 0 48 C 1D 136 38 2E
Octal 266 63 240 0 110 14 35 466 70 56
Binary 10110110 110011 10100000 0 1001000 1100 11101 100110110 111000 101110

Color Harmonies of #B633A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B633A0

Black with #B633A0

Text Example


Text Example

White with #B633A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B633A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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