Html Css Color HEX #B63086 Medium Red Violet

📋 copy color: '#B63086'

red 182 ◦ green 48 ◦ blue 134

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

Shades of Medium Red Violet #B63086

Tints of Medium Red Violet #B63086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.19%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 50%
G = 13.19%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B63086 (or 0xB63086) is known color: Medium Red Violet. HEX triplet: B6, 30 and 86. RGB value is (182,48,134). Sum of RGB (Red+Green+Blue) = 182+48+134=364 (48% of max value = 765). Red value is 182 (71.48% from 255 or 50% from 364); Green value is 48 (19.14% from 255 or 13.19% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 182 - color contains mainly: red. Hex color #B63086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63086 is #49CF79. Grayscale: #616161. Windows color (decimal): -4837242 or 8794294. OLE color: 8794294.

HSL color Cylindrical-coordinate representation of color #B63086: hue angle of 321.49º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B63086 is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 48 134 -
CMYK 0 0.74 0.26 0.29
HSL 321.49º 0.58% 0.45% -
HSV(B) 321.49º 0.74% 0.71% -
XYZ 24.65 13.78 23.91 -
YUV 97.87 148.39 188.01 -
System Red Green Blue C M Y K H S L
Decimal 182 48 134 0 0.74 0.26 0.29 321.49 0.58 0.45
Hex B6 30 86 0 4A 1A 1D 141 3A 2D
Octal 266 60 206 0 112 32 35 501 72 55
Binary 10110110 110000 10000110 0 1001010 11010 11101 101000001 111010 101101

Color Harmonies of #B63086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63086

Black with #B63086

Text Example


Text Example

White with #B63086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63086; }

 p { color: rgb(182,48,134); }

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

background-color css

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

 a { background-color: rgb(182,48,134); }

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

border-color css

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

 span { border-color: rgb(182,48,134); }

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