Html Css Color HEX #B63A96 Medium Red Violet

📋 copy color: '#B63A96'

red 182 ◦ green 58 ◦ blue 150

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

Shades of Medium Red Violet #B63A96

Tints of Medium Red Violet #B63A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.46%

R = 46.67%
G = 14.87%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B63A96 (or 0xB63A96) is known color: Medium Red Violet. HEX triplet: B6, 3A and 96. RGB value is (182,58,150). Sum of RGB (Red+Green+Blue) = 182+58+150=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A96 is #49C569. Grayscale: #696969. Windows color (decimal): -4834666 or 9845430. OLE color: 9845430.

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

Color convert

RGB 182 58 150 -
CMYK 0 0.68 0.18 0.29
HSL 315.48º 0.52% 0.47% -
HSV(B) 315.48º 0.68% 0.71% -
XYZ 26.31 15.17 30.4 -
YUV 105.56 153.08 182.52 -
System Red Green Blue C M Y K H S L
Decimal 182 58 150 0 0.68 0.18 0.29 315.48 0.52 0.47
Hex B6 3A 96 0 44 12 1D 13B 34 2F
Octal 266 72 226 0 104 22 35 473 64 57
Binary 10110110 111010 10010110 0 1000100 10010 11101 100111011 110100 101111

Color Harmonies of #B63A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A96

Black with #B63A96

Text Example


Text Example

White with #B63A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A96; }

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

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

background-color css

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

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

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

border-color css

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

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

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