Html Css Color HEX #B63A91 Medium Red Violet

📋 copy color: '#B63A91'

red 182 ◦ green 58 ◦ blue 145

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

Shades of Medium Red Violet #B63A91

Tints of Medium Red Violet #B63A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.06%

 BLUE value IS 145 (57.03% from 255) = 37.66%

R = 47.27%
G = 15.06%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B63A91 (or 0xB63A91) is known color: Medium Red Violet. HEX triplet: B6, 3A and 91. RGB value is (182,58,145). Sum of RGB (Red+Green+Blue) = 182+58+145=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 145 (57.03% from 255 or 37.66% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A91 is #49C56E. Grayscale: #686868. Windows color (decimal): -4834671 or 9517750. OLE color: 9517750.

HSL color Cylindrical-coordinate representation of color #B63A91: hue angle of 317.9º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63A91 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 58 145 -
CMYK 0 0.68 0.20 0.29
HSL 317.9º 0.52% 0.47% -
HSV(B) 317.9º 0.68% 0.71% -
XYZ 25.92 15.02 28.32 -
YUV 104.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 182 58 145 0 0.68 0.20 0.29 317.9 0.52 0.47
Hex B6 3A 91 0 44 14 1D 13E 34 2F
Octal 266 72 221 0 104 24 35 476 64 57
Binary 10110110 111010 10010001 0 1000100 10100 11101 100111110 110100 101111

Color Harmonies of #B63A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A91

Black with #B63A91

Text Example


Text Example

White with #B63A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A91; }

 p { color: rgb(182,58,145); }

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

background-color css

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

 a { background-color: rgb(182,58,145); }

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

border-color css

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

 span { border-color: rgb(182,58,145); }

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