Html Css Color HEX #B63273 Medium Red Violet

📋 copy color: '#B63273'

red 182 ◦ green 50 ◦ blue 115

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

Shades of Medium Red Violet #B63273

Tints of Medium Red Violet #B63273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 52.45%
G = 14.41%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B63273 (or 0xB63273) is known color: Medium Red Violet. HEX triplet: B6, 32 and 73. RGB value is (182,50,115). Sum of RGB (Red+Green+Blue) = 182+50+115=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63273 is #49CD8C. Grayscale: #606060. Windows color (decimal): -4836749 or 7549622. OLE color: 7549622.

HSL color Cylindrical-coordinate representation of color #B63273: hue angle of 330.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63273 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 115 -
CMYK 0 0.73 0.37 0.29
HSL 330.45º 0.57% 0.45% -
HSV(B) 330.45º 0.73% 0.71% -
XYZ 23.53 13.46 17.58 -
YUV 96.88 138.23 188.71 -
System Red Green Blue C M Y K H S L
Decimal 182 50 115 0 0.73 0.37 0.29 330.45 0.57 0.45
Hex B6 32 73 0 49 25 1D 14A 39 2D
Octal 266 62 163 0 111 45 35 512 71 55
Binary 10110110 110010 1110011 0 1001001 100101 11101 101001010 111001 101101

Color Harmonies of #B63273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63273

Black with #B63273

Text Example


Text Example

White with #B63273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63273; }

 p { color: rgb(182,50,115); }

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

background-color css

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

 a { background-color: rgb(182,50,115); }

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

border-color css

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

 span { border-color: rgb(182,50,115); }

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