Html Css Color HEX #B33F92 Medium Red Violet

📋 copy color: '#B33F92'

red 179 ◦ green 63 ◦ blue 146

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

Shades of Medium Red Violet #B33F92

Tints of Medium Red Violet #B33F92

RGB

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

 GREEN value IS 63 (25% from 255) = 16.24%

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 46.13%
G = 16.24%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B33F92 (or 0xB33F92) is known color: Medium Red Violet. HEX triplet: B3, 3F and 92. RGB value is (179,63,146). Sum of RGB (Red+Green+Blue) = 179+63+146=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F92 is #4CC06D. Grayscale: #6A6A6A. Windows color (decimal): -5029998 or 9584563. OLE color: 9584563.

HSL color Cylindrical-coordinate representation of color #B33F92: hue angle of 317.07º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F92 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 146 -
CMYK 0 0.65 0.18 0.30
HSL 317.07º 0.48% 0.47% -
HSV(B) 317.07º 0.65% 0.7% -
XYZ 25.56 15.21 28.78 -
YUV 107.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 179 63 146 0 0.65 0.18 0.30 317.07 0.48 0.47
Hex B3 3F 92 0 41 12 1E 13D 30 2F
Octal 263 77 222 0 101 22 36 475 60 57
Binary 10110011 111111 10010010 0 1000001 10010 11110 100111101 110000 101111

Color Harmonies of #B33F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F92

Black with #B33F92

Text Example


Text Example

White with #B33F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F92; }

 p { color: rgb(179,63,146); }

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

background-color css

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

 a { background-color: rgb(179,63,146); }

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

border-color css

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

 span { border-color: rgb(179,63,146); }

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