Html Css Color HEX #B63CA4 Medium Red Violet

📋 copy color: '#B63CA4'

red 182 ◦ green 60 ◦ blue 164

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

Shades of Medium Red Violet #B63CA4

Tints of Medium Red Violet #B63CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 44.83%
G = 14.78%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#B63CA4 (or 0xB63CA4) is known color: Medium Red Violet. HEX triplet: B6, 3C and A4. RGB value is (182,60,164). Sum of RGB (Red+Green+Blue) = 182+60+164=406 (53% of max value = 765). Red value is 182 (71.48% from 255 or 44.83% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 182 - color contains mainly: red. Hex color #B63CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63CA4 is #49C35B. Grayscale: #6C6C6C. Windows color (decimal): -4834140 or 10763446. OLE color: 10763446.

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

Color convert

RGB 182 60 164 -
CMYK 0 0.67 0.10 0.29
HSL 308.85º 0.5% 0.47% -
HSV(B) 308.85º 0.67% 0.71% -
XYZ 27.61 15.86 36.73 -
YUV 108.33 159.42 180.54 -
System Red Green Blue C M Y K H S L
Decimal 182 60 164 0 0.67 0.10 0.29 308.85 0.5 0.47
Hex B6 3C A4 0 43 A 1D 135 32 2F
Octal 266 74 244 0 103 12 35 465 62 57
Binary 10110110 111100 10100100 0 1000011 1010 11101 100110101 110010 101111

Color Harmonies of #B63CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CA4

Black with #B63CA4

Text Example


Text Example

White with #B63CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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