Html Css Color HEX #B63399 Medium Red Violet

📋 copy color: '#B63399'

red 182 ◦ green 51 ◦ blue 153

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

Shades of Medium Red Violet #B63399

Tints of Medium Red Violet #B63399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 47.15%
G = 13.21%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63399 (or 0xB63399) is known color: Medium Red Violet. HEX triplet: B6, 33 and 99. RGB value is (182,51,153). Sum of RGB (Red+Green+Blue) = 182+51+153=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B63399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63399 is #49CC66. Grayscale: #656565. Windows color (decimal): -4836455 or 10040246. OLE color: 10040246.

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

Color convert

RGB 182 51 153 -
CMYK 0 0.72 0.16 0.29
HSL 313.28º 0.56% 0.46% -
HSV(B) 313.28º 0.72% 0.71% -
XYZ 26.23 14.61 31.58 -
YUV 101.8 156.9 185.21 -
System Red Green Blue C M Y K H S L
Decimal 182 51 153 0 0.72 0.16 0.29 313.28 0.56 0.46
Hex B6 33 99 0 48 10 1D 139 38 2E
Octal 266 63 231 0 110 20 35 471 70 56
Binary 10110110 110011 10011001 0 1001000 10000 11101 100111001 111000 101110

Color Harmonies of #B63399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63399

Black with #B63399

Text Example


Text Example

White with #B63399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63399; }

 p { color: rgb(182,51,153); }

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

background-color css

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

 a { background-color: rgb(182,51,153); }

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

border-color css

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

 span { border-color: rgb(182,51,153); }

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