Html Css Color HEX #B63A8A Medium Red Violet

📋 copy color: '#B63A8A'

red 182 ◦ green 58 ◦ blue 138

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

Shades of Medium Red Violet #B63A8A

Tints of Medium Red Violet #B63A8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 48.15%
G = 15.34%
B = 36.51%

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

#B63A8A (or 0xB63A8A) is known color: Medium Red Violet. HEX triplet: B6, 3A and 8A. RGB value is (182,58,138). Sum of RGB (Red+Green+Blue) = 182+58+138=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63A8A is #49C575. Grayscale: #686868. Windows color (decimal): -4834678 or 9058998. OLE color: 9058998.

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

Color convert

RGB 182 58 138 -
CMYK 0 0.68 0.24 0.29
HSL 321.29º 0.52% 0.47% -
HSV(B) 321.29º 0.68% 0.71% -
XYZ 25.39 14.81 25.56 -
YUV 104.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 182 58 138 0 0.68 0.24 0.29 321.29 0.52 0.47
Hex B6 3A 8A 0 44 18 1D 141 34 2F
Octal 266 72 212 0 104 30 35 501 64 57
Binary 10110110 111010 10001010 0 1000100 11000 11101 101000001 110100 101111

Color Harmonies of #B63A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63A8A

Black with #B63A8A

Text Example


Text Example

White with #B63A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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