Html Css Color HEX #B63CA5 Medium Red Violet

📋 copy color: '#B63CA5'

red 182 ◦ green 60 ◦ blue 165

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

Shades of Medium Red Violet #B63CA5

Tints of Medium Red Violet #B63CA5

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.74%

 BLUE value IS 165 (64.84% from 255) = 40.54%

R = 44.72%
G = 14.74%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B63CA5 (or 0xB63CA5) is known color: Medium Red Violet. HEX triplet: B6, 3C and A5. RGB value is (182,60,165). Sum of RGB (Red+Green+Blue) = 182+60+165=407 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.72% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 165 (64.84% from 255 or 40.54% from 407); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CA5 is #49C35A. Grayscale: #6C6C6C. Windows color (decimal): -4834139 or 10828982. OLE color: 10828982.

HSL color Cylindrical-coordinate representation of color #B63CA5: hue angle of 308.36º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63CA5 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 165 -
CMYK 0 0.67 0.09 0.29
HSL 308.36º 0.5% 0.47% -
HSV(B) 308.36º 0.67% 0.71% -
XYZ 27.7 15.89 37.21 -
YUV 108.45 159.92 180.46 -
System Red Green Blue C M Y K H S L
Decimal 182 60 165 0 0.67 0.09 0.29 308.36 0.5 0.47
Hex B6 3C A5 0 43 9 1D 134 32 2F
Octal 266 74 245 0 103 11 35 464 62 57
Binary 10110110 111100 10100101 0 1000011 1001 11101 100110100 110010 101111

Color Harmonies of #B63CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CA5

Black with #B63CA5

Text Example


Text Example

White with #B63CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CA5; }

 p { color: rgb(182,60,165); }

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

background-color css

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

 a { background-color: rgb(182,60,165); }

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

border-color css

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

 span { border-color: rgb(182,60,165); }

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