Html Css Color HEX #B63A8B Medium Red Violet

📋 copy color: '#B63A8B'

red 182 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #B63A8B

Tints of Medium Red Violet #B63A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.68%

R = 48.02%
G = 15.3%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B63A8B (or 0xB63A8B) is known color: Medium Red Violet. HEX triplet: B6, 3A and 8B. RGB value is (182,58,139). Sum of RGB (Red+Green+Blue) = 182+58+139=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A8B is #49C574. Grayscale: #686868. Windows color (decimal): -4834677 or 9124534. OLE color: 9124534.

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

Color convert

RGB 182 58 139 -
CMYK 0 0.68 0.24 0.29
HSL 320.81º 0.52% 0.47% -
HSV(B) 320.81º 0.68% 0.71% -
XYZ 25.46 14.84 25.95 -
YUV 104.31 147.58 183.41 -
System Red Green Blue C M Y K H S L
Decimal 182 58 139 0 0.68 0.24 0.29 320.81 0.52 0.47
Hex B6 3A 8B 0 44 18 1D 141 34 2F
Octal 266 72 213 0 104 30 35 501 64 57
Binary 10110110 111010 10001011 0 1000100 11000 11101 101000001 110100 101111

Color Harmonies of #B63A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A8B

Black with #B63A8B

Text Example


Text Example

White with #B63A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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