Html Css Color HEX #B63575 Medium Red Violet

📋 copy color: '#B63575'

red 182 ◦ green 53 ◦ blue 117

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

Shades of Medium Red Violet #B63575

Tints of Medium Red Violet #B63575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 33.24%

R = 51.7%
G = 15.06%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63575 (or 0xB63575) is known color: Medium Red Violet. HEX triplet: B6, 35 and 75. RGB value is (182,53,117). Sum of RGB (Red+Green+Blue) = 182+53+117=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 117 (46.09% from 255 or 33.24% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63575 is #49CA8A. Grayscale: #626262. Windows color (decimal): -4835979 or 7681462. OLE color: 7681462.

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

Color convert

RGB 182 53 117 -
CMYK 0 0.71 0.36 0.29
HSL 330.23º 0.55% 0.46% -
HSV(B) 330.23º 0.71% 0.71% -
XYZ 23.78 13.78 18.24 -
YUV 98.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 182 53 117 0 0.71 0.36 0.29 330.23 0.55 0.46
Hex B6 35 75 0 47 24 1D 14A 37 2E
Octal 266 65 165 0 107 44 35 512 67 56
Binary 10110110 110101 1110101 0 1000111 100100 11101 101001010 110111 101110

Color Harmonies of #B63575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63575

Black with #B63575

Text Example


Text Example

White with #B63575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63575; }

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

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

background-color css

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

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

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

border-color css

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

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

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