Html Css Color HEX #B33894 Medium Red Violet

📋 copy color: '#B33894'

red 179 ◦ green 56 ◦ blue 148

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

Shades of Medium Red Violet #B33894

Tints of Medium Red Violet #B33894

RGB

 RED value IS 179 (70.31% from 255) = 46.74%

 GREEN value IS 56 (22.27% from 255) = 14.62%

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

R = 46.74%
G = 14.62%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B33894 (or 0xB33894) is known color: Medium Red Violet. HEX triplet: B3, 38 and 94. RGB value is (179,56,148). Sum of RGB (Red+Green+Blue) = 179+56+148=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B33894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33894 is #4CC76B. Grayscale: #676767. Windows color (decimal): -5031788 or 9713843. OLE color: 9713843.

HSL color Cylindrical-coordinate representation of color #B33894: hue angle of 315.12º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33894 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 56 148 -
CMYK 0 0.69 0.17 0.30
HSL 315.12º 0.52% 0.46% -
HSV(B) 315.12º 0.69% 0.7% -
XYZ 25.35 14.55 29.49 -
YUV 103.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 179 56 148 0 0.69 0.17 0.30 315.12 0.52 0.46
Hex B3 38 94 0 45 11 1E 13B 34 2E
Octal 263 70 224 0 105 21 36 473 64 56
Binary 10110011 111000 10010100 0 1000101 10001 11110 100111011 110100 101110

Color Harmonies of #B33894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33894

Black with #B33894

Text Example


Text Example

White with #B33894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33894; }

 p { color: rgb(179,56,148); }

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

background-color css

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

 a { background-color: rgb(179,56,148); }

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

border-color css

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

 span { border-color: rgb(179,56,148); }

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