Html Css Color HEX #B33F7E Medium Red Violet

📋 copy color: '#B33F7E'

red 179 ◦ green 63 ◦ blue 126

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

Shades of Medium Red Violet #B33F7E

Tints of Medium Red Violet #B33F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.24%

R = 48.64%
G = 17.12%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B33F7E (or 0xB33F7E) is known color: Medium Red Violet. HEX triplet: B3, 3F and 7E. RGB value is (179,63,126). Sum of RGB (Red+Green+Blue) = 179+63+126=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 63 (25% from 255 or 17.12% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F7E is #4CC081. Grayscale: #686868. Windows color (decimal): -5030018 or 8273843. OLE color: 8273843.

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

Color convert

RGB 179 63 126 -
CMYK 0 0.65 0.30 0.30
HSL 327.41º 0.48% 0.47% -
HSV(B) 327.41º 0.65% 0.7% -
XYZ 24.13 14.65 21.29 -
YUV 104.87 139.93 180.88 -
System Red Green Blue C M Y K H S L
Decimal 179 63 126 0 0.65 0.30 0.30 327.41 0.48 0.47
Hex B3 3F 7E 0 41 1E 1E 147 30 2F
Octal 263 77 176 0 101 36 36 507 60 57
Binary 10110011 111111 1111110 0 1000001 11110 11110 101000111 110000 101111

Color Harmonies of #B33F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F7E

Black with #B33F7E

Text Example


Text Example

White with #B33F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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