Html Css Color HEX #B63294 Medium Red Violet

📋 copy color: '#B63294'

red 182 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #B63294

Tints of Medium Red Violet #B63294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.95%

R = 47.89%
G = 13.16%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B63294 (or 0xB63294) is known color: Medium Red Violet. HEX triplet: B6, 32 and 94. RGB value is (182,50,148). Sum of RGB (Red+Green+Blue) = 182+50+148=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 50 (19.92% from 255 or 13.16% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B63294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63294 is #49CD6B. Grayscale: #646464. Windows color (decimal): -4836716 or 9712310. OLE color: 9712310.

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

Color convert

RGB 182 50 148 -
CMYK 0 0.73 0.19 0.29
HSL 315.45º 0.57% 0.45% -
HSV(B) 315.45º 0.73% 0.71% -
XYZ 25.78 14.36 29.43 -
YUV 100.64 154.73 186.03 -
System Red Green Blue C M Y K H S L
Decimal 182 50 148 0 0.73 0.19 0.29 315.45 0.57 0.45
Hex B6 32 94 0 49 13 1D 13B 39 2D
Octal 266 62 224 0 111 23 35 473 71 55
Binary 10110110 110010 10010100 0 1001001 10011 11101 100111011 111001 101101

Color Harmonies of #B63294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63294

Black with #B63294

Text Example


Text Example

White with #B63294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63294; }

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

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

background-color css

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

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

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

border-color css

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

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

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