Html Css Color HEX #B63281 Medium Red Violet

📋 copy color: '#B63281'

red 182 ◦ green 50 ◦ blue 129

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

Shades of Medium Red Violet #B63281

Tints of Medium Red Violet #B63281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 50.42%
G = 13.85%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B63281 (or 0xB63281) is known color: Medium Red Violet. HEX triplet: B6, 32 and 81. RGB value is (182,50,129). Sum of RGB (Red+Green+Blue) = 182+50+129=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B63281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63281 is #49CD7E. Grayscale: #626262. Windows color (decimal): -4836735 or 8467126. OLE color: 8467126.

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

Color convert

RGB 182 50 129 -
CMYK 0 0.73 0.29 0.29
HSL 324.09º 0.57% 0.45% -
HSV(B) 324.09º 0.73% 0.71% -
XYZ 24.39 13.81 22.15 -
YUV 98.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 182 50 129 0 0.73 0.29 0.29 324.09 0.57 0.45
Hex B6 32 81 0 49 1D 1D 144 39 2D
Octal 266 62 201 0 111 35 35 504 71 55
Binary 10110110 110010 10000001 0 1001001 11101 11101 101000100 111001 101101

Color Harmonies of #B63281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63281

Black with #B63281

Text Example


Text Example

White with #B63281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63281; }

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

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

background-color css

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

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

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

border-color css

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

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

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