Html Css Color HEX #B63299 Medium Red Violet

📋 copy color: '#B63299'

red 182 ◦ green 50 ◦ blue 153

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

Shades of Medium Red Violet #B63299

Tints of Medium Red Violet #B63299

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.99%

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

R = 47.27%
G = 12.99%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B63299 (or 0xB63299) is known color: Medium Red Violet. HEX triplet: B6, 32 and 99. RGB value is (182,50,153). Sum of RGB (Red+Green+Blue) = 182+50+153=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B63299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63299 is #49CD66. Grayscale: #646464. Windows color (decimal): -4836711 or 10039990. OLE color: 10039990.

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

Color convert

RGB 182 50 153 -
CMYK 0 0.73 0.16 0.29
HSL 313.18º 0.57% 0.45% -
HSV(B) 313.18º 0.73% 0.71% -
XYZ 26.18 14.53 31.56 -
YUV 101.21 157.23 185.62 -
System Red Green Blue C M Y K H S L
Decimal 182 50 153 0 0.73 0.16 0.29 313.18 0.57 0.45
Hex B6 32 99 0 49 10 1D 139 39 2D
Octal 266 62 231 0 111 20 35 471 71 55
Binary 10110110 110010 10011001 0 1001001 10000 11101 100111001 111001 101101

Color Harmonies of #B63299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63299

Black with #B63299

Text Example


Text Example

White with #B63299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63299; }

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

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

background-color css

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

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

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

border-color css

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

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

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