Html Css Color HEX #B63280 Medium Red Violet

📋 copy color: '#B63280'

red 182 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #B63280

Tints of Medium Red Violet #B63280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.56%

R = 50.56%
G = 13.89%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B63280 (or 0xB63280) is known color: Medium Red Violet. HEX triplet: B6, 32 and 80. RGB value is (182,50,128). Sum of RGB (Red+Green+Blue) = 182+50+128=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B63280 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63280 is #49CD7F. Grayscale: #626262. Windows color (decimal): -4836736 or 8401590. OLE color: 8401590.

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

Color convert

RGB 182 50 128 -
CMYK 0 0.73 0.30 0.29
HSL 324.55º 0.57% 0.45% -
HSV(B) 324.55º 0.73% 0.71% -
XYZ 24.33 13.78 21.8 -
YUV 98.36 144.73 187.66 -
System Red Green Blue C M Y K H S L
Decimal 182 50 128 0 0.73 0.30 0.29 324.55 0.57 0.45
Hex B6 32 80 0 49 1E 1D 145 39 2D
Octal 266 62 200 0 111 36 35 505 71 55
Binary 10110110 110010 10000000 0 1001001 11110 11101 101000101 111001 101101

Color Harmonies of #B63280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63280

Black with #B63280

Text Example


Text Example

White with #B63280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63280; }

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

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

background-color css

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

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

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

border-color css

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

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

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