Html Css Color HEX #B43294 Medium Red Violet

📋 copy color: '#B43294'

red 180 ◦ green 50 ◦ blue 148

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

Shades of Medium Red Violet #B43294

Tints of Medium Red Violet #B43294

RGB

 RED value IS 180 (70.7% from 255) = 47.62%

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

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

R = 47.62%
G = 13.23%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B43294 (or 0xB43294) is known color: Medium Red Violet. HEX triplet: B4, 32 and 94. RGB value is (180,50,148). Sum of RGB (Red+Green+Blue) = 180+50+148=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 50 (19.92% from 255 or 13.23% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B43294 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43294 is #4BCD6B. Grayscale: #636363. Windows color (decimal): -4967788 or 9712308. OLE color: 9712308.

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

Color convert

RGB 180 50 148 -
CMYK 0 0.72 0.18 0.29
HSL 314.77º 0.57% 0.45% -
HSV(B) 314.77º 0.72% 0.71% -
XYZ 25.31 14.12 29.41 -
YUV 100.04 155.07 185.03 -
System Red Green Blue C M Y K H S L
Decimal 180 50 148 0 0.72 0.18 0.29 314.77 0.57 0.45
Hex B4 32 94 0 48 12 1D 13B 39 2D
Octal 264 62 224 0 110 22 35 473 71 55
Binary 10110100 110010 10010100 0 1001000 10010 11101 100111011 111001 101101

Color Harmonies of #B43294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43294

Black with #B43294

Text Example


Text Example

White with #B43294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43294; }

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

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

background-color css

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

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

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

border-color css

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

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

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