Html Css Color HEX #B63588 Medium Red Violet

📋 copy color: '#B63588'

red 182 ◦ green 53 ◦ blue 136

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

Shades of Medium Red Violet #B63588

Tints of Medium Red Violet #B63588

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

 BLUE value IS 136 (53.52% from 255) = 36.66%

R = 49.06%
G = 14.29%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B63588 (or 0xB63588) is known color: Medium Red Violet. HEX triplet: B6, 35 and 88. RGB value is (182,53,136). Sum of RGB (Red+Green+Blue) = 182+53+136=371 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.06% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 182 - color contains mainly: red. Hex color #B63588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63588 is #49CA77. Grayscale: #646464. Windows color (decimal): -4835960 or 8926646. OLE color: 8926646.

HSL color Cylindrical-coordinate representation of color #B63588: hue angle of 321.4º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63588 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 136 -
CMYK 0 0.71 0.25 0.29
HSL 321.4º 0.55% 0.46% -
HSV(B) 321.4º 0.71% 0.71% -
XYZ 25.01 14.27 24.73 -
YUV 101.03 147.74 185.75 -
System Red Green Blue C M Y K H S L
Decimal 182 53 136 0 0.71 0.25 0.29 321.4 0.55 0.46
Hex B6 35 88 0 47 19 1D 141 37 2E
Octal 266 65 210 0 107 31 35 501 67 56
Binary 10110110 110101 10001000 0 1000111 11001 11101 101000001 110111 101110

Color Harmonies of #B63588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63588

Black with #B63588

Text Example


Text Example

White with #B63588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63588; }

 p { color: rgb(182,53,136); }

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

background-color css

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

 a { background-color: rgb(182,53,136); }

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

border-color css

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

 span { border-color: rgb(182,53,136); }

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