Html Css Color HEX #B63C88 Medium Red Violet

📋 copy color: '#B63C88'

red 182 ◦ green 60 ◦ blue 136

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

Shades of Medium Red Violet #B63C88

Tints of Medium Red Violet #B63C88

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

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

R = 48.15%
G = 15.87%
B = 35.98%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B63C88 (or 0xB63C88) is known color: Medium Red Violet. HEX triplet: B6, 3C and 88. RGB value is (182,60,136). Sum of RGB (Red+Green+Blue) = 182+60+136=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C88 is #49C377. Grayscale: #686868. Windows color (decimal): -4834168 or 8928438. OLE color: 8928438.

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

Color convert

RGB 182 60 136 -
CMYK 0 0.67 0.25 0.29
HSL 322.62º 0.5% 0.47% -
HSV(B) 322.62º 0.67% 0.71% -
XYZ 25.35 14.95 24.84 -
YUV 105.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 182 60 136 0 0.67 0.25 0.29 322.62 0.5 0.47
Hex B6 3C 88 0 43 19 1D 143 32 2F
Octal 266 74 210 0 103 31 35 503 62 57
Binary 10110110 111100 10001000 0 1000011 11001 11101 101000011 110010 101111

Color Harmonies of #B63C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C88

Black with #B63C88

Text Example


Text Example

White with #B63C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C88; }

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

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

background-color css

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

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

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

border-color css

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

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

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