Html Css Color HEX #B33B9F Medium Red Violet

📋 copy color: '#B33B9F'

red 179 ◦ green 59 ◦ blue 159

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

Shades of Medium Red Violet #B33B9F

Tints of Medium Red Violet #B33B9F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 14.86%

 BLUE value IS 159 (62.5% from 255) = 40.05%

R = 45.09%
G = 14.86%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B33B9F (or 0xB33B9F) is known color: Medium Red Violet. HEX triplet: B3, 3B and 9F. RGB value is (179,59,159). Sum of RGB (Red+Green+Blue) = 179+59+159=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 59 (23.44% from 255 or 14.86% from 397); Blue value is 159 (62.5% from 255 or 40.05% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B9F is #4CC460. Grayscale: #696969. Windows color (decimal): -5031009 or 10435507. OLE color: 10435507.

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

Color convert

RGB 179 59 159 -
CMYK 0 0.67 0.11 0.30
HSL 310º 0.5% 0.47% -
HSV(B) 310º 0.67% 0.7% -
XYZ 26.41 15.21 34.35 -
YUV 106.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 179 59 159 0 0.67 0.11 0.30 310 0.5 0.47
Hex B3 3B 9F 0 43 B 1E 136 32 2F
Octal 263 73 237 0 103 13 36 466 62 57
Binary 10110011 111011 10011111 0 1000011 1011 11110 100110110 110010 101111

Color Harmonies of #B33B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B9F

Black with #B33B9F

Text Example


Text Example

White with #B33B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B9F; }

 p { color: rgb(179,59,159); }

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

background-color css

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

 a { background-color: rgb(179,59,159); }

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

border-color css

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

 span { border-color: rgb(179,59,159); }

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