Html Css Color HEX #B33F98 Medium Red Violet

📋 copy color: '#B33F98'

red 179 ◦ green 63 ◦ blue 152

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

Shades of Medium Red Violet #B33F98

Tints of Medium Red Violet #B33F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.58%

R = 45.43%
G = 15.99%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B33F98 (or 0xB33F98) is known color: Medium Red Violet. HEX triplet: B3, 3F and 98. RGB value is (179,63,152). Sum of RGB (Red+Green+Blue) = 179+63+152=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 152 (59.77% from 255 or 38.58% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F98 is #4CC067. Grayscale: #6B6B6B. Windows color (decimal): -5029992 or 9977779. OLE color: 9977779.

HSL color Cylindrical-coordinate representation of color #B33F98: hue angle of 313.97º 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 #B33F98 is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 63 152 -
CMYK 0 0.65 0.15 0.30
HSL 313.97º 0.48% 0.47% -
HSV(B) 313.97º 0.65% 0.7% -
XYZ 26.04 15.41 31.31 -
YUV 107.83 152.93 178.76 -
System Red Green Blue C M Y K H S L
Decimal 179 63 152 0 0.65 0.15 0.30 313.97 0.48 0.47
Hex B3 3F 98 0 41 F 1E 13A 30 2F
Octal 263 77 230 0 101 17 36 472 60 57
Binary 10110011 111111 10011000 0 1000001 1111 11110 100111010 110000 101111

Color Harmonies of #B33F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F98

Black with #B33F98

Text Example


Text Example

White with #B33F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F98; }

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

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

background-color css

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

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

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

border-color css

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

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

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