Html Css Color HEX #B63C9F Medium Red Violet

📋 copy color: '#B63C9F'

red 182 ◦ green 60 ◦ blue 159

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

Shades of Medium Red Violet #B63C9F

Tints of Medium Red Violet #B63C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.65%

R = 45.39%
G = 14.96%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B63C9F (or 0xB63C9F) is known color: Medium Red Violet. HEX triplet: B6, 3C and 9F. RGB value is (182,60,159). Sum of RGB (Red+Green+Blue) = 182+60+159=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63C9F is #49C360. Grayscale: #6B6B6B. Windows color (decimal): -4834145 or 10435766. OLE color: 10435766.

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

Color convert

RGB 182 60 159 -
CMYK 0 0.67 0.13 0.29
HSL 311.31º 0.5% 0.47% -
HSV(B) 311.31º 0.67% 0.71% -
XYZ 27.17 15.68 34.4 -
YUV 107.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 182 60 159 0 0.67 0.13 0.29 311.31 0.5 0.47
Hex B6 3C 9F 0 43 D 1D 137 32 2F
Octal 266 74 237 0 103 15 35 467 62 57
Binary 10110110 111100 10011111 0 1000011 1101 11101 100110111 110010 101111

Color Harmonies of #B63C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C9F

Black with #B63C9F

Text Example


Text Example

White with #B63C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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