Html Css Color HEX #B63A8F Medium Red Violet

📋 copy color: '#B63A8F'

red 182 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #B63A8F

Tints of Medium Red Violet #B63A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 47.52%
G = 15.14%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B63A8F (or 0xB63A8F) is known color: Medium Red Violet. HEX triplet: B6, 3A and 8F. RGB value is (182,58,143). Sum of RGB (Red+Green+Blue) = 182+58+143=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A8F is #49C570. Grayscale: #686868. Windows color (decimal): -4834673 or 9386678. OLE color: 9386678.

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

Color convert

RGB 182 58 143 -
CMYK 0 0.68 0.21 0.29
HSL 318.87º 0.52% 0.47% -
HSV(B) 318.87º 0.68% 0.71% -
XYZ 25.76 14.95 27.52 -
YUV 104.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 182 58 143 0 0.68 0.21 0.29 318.87 0.52 0.47
Hex B6 3A 8F 0 44 15 1D 13F 34 2F
Octal 266 72 217 0 104 25 35 477 64 57
Binary 10110110 111010 10001111 0 1000100 10101 11101 100111111 110100 101111

Color Harmonies of #B63A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A8F

Black with #B63A8F

Text Example


Text Example

White with #B63A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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