Html Css Color HEX #B63277 Medium Red Violet

📋 copy color: '#B63277'

red 182 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #B63277

Tints of Medium Red Violet #B63277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.9%

R = 51.85%
G = 14.25%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B63277 (or 0xB63277) is known color: Medium Red Violet. HEX triplet: B6, 32 and 77. RGB value is (182,50,119). Sum of RGB (Red+Green+Blue) = 182+50+119=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 50 (19.92% from 255 or 14.25% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B63277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63277 is #49CD88. Grayscale: #616161. Windows color (decimal): -4836745 or 7811766. OLE color: 7811766.

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

Color convert

RGB 182 50 119 -
CMYK 0 0.73 0.35 0.29
HSL 328.64º 0.57% 0.45% -
HSV(B) 328.64º 0.73% 0.71% -
XYZ 23.76 13.56 18.82 -
YUV 97.33 140.23 188.39 -
System Red Green Blue C M Y K H S L
Decimal 182 50 119 0 0.73 0.35 0.29 328.64 0.57 0.45
Hex B6 32 77 0 49 23 1D 149 39 2D
Octal 266 62 167 0 111 43 35 511 71 55
Binary 10110110 110010 1110111 0 1001001 100011 11101 101001001 111001 101101

Color Harmonies of #B63277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63277

Black with #B63277

Text Example


Text Example

White with #B63277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63277; }

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

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

background-color css

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

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

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

border-color css

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

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

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