Html Css Color HEX #B63A8E Medium Red Violet

📋 copy color: '#B63A8E'

red 182 ◦ green 58 ◦ blue 142

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

Shades of Medium Red Violet #B63A8E

Tints of Medium Red Violet #B63A8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 47.64%
G = 15.18%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B63A8E (or 0xB63A8E) is known color: Medium Red Violet. HEX triplet: B6, 3A and 8E. RGB value is (182,58,142). Sum of RGB (Red+Green+Blue) = 182+58+142=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 58 (23.05% from 255 or 15.18% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A8E is #49C571. Grayscale: #686868. Windows color (decimal): -4834674 or 9321142. OLE color: 9321142.

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

Color convert

RGB 182 58 142 -
CMYK 0 0.68 0.22 0.29
HSL 319.35º 0.52% 0.47% -
HSV(B) 319.35º 0.68% 0.71% -
XYZ 25.69 14.92 27.12 -
YUV 104.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 182 58 142 0 0.68 0.22 0.29 319.35 0.52 0.47
Hex B6 3A 8E 0 44 16 1D 13F 34 2F
Octal 266 72 216 0 104 26 35 477 64 57
Binary 10110110 111010 10001110 0 1000100 10110 11101 100111111 110100 101111

Color Harmonies of #B63A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A8E

Black with #B63A8E

Text Example


Text Example

White with #B63A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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