Html Css Color HEX #B63C85 Medium Red Violet

📋 copy color: '#B63C85'

red 182 ◦ green 60 ◦ blue 133

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

Shades of Medium Red Violet #B63C85

Tints of Medium Red Violet #B63C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 48.53%
G = 16%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B63C85 (or 0xB63C85) is known color: Medium Red Violet. HEX triplet: B6, 3C and 85. RGB value is (182,60,133). Sum of RGB (Red+Green+Blue) = 182+60+133=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C85 is #49C37A. Grayscale: #686868. Windows color (decimal): -4834171 or 8731830. OLE color: 8731830.

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

Color convert

RGB 182 60 133 -
CMYK 0 0.67 0.27 0.29
HSL 324.1º 0.5% 0.47% -
HSV(B) 324.1º 0.67% 0.71% -
XYZ 25.14 14.87 23.74 -
YUV 104.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 182 60 133 0 0.67 0.27 0.29 324.1 0.5 0.47
Hex B6 3C 85 0 43 1B 1D 144 32 2F
Octal 266 74 205 0 103 33 35 504 62 57
Binary 10110110 111100 10000101 0 1000011 11011 11101 101000100 110010 101111

Color Harmonies of #B63C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C85

Black with #B63C85

Text Example


Text Example

White with #B63C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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