Html Css Color HEX #B33F9A Medium Red Violet

📋 copy color: '#B33F9A'

red 179 ◦ green 63 ◦ blue 154

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

Shades of Medium Red Violet #B33F9A

Tints of Medium Red Violet #B33F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.89%

R = 45.2%
G = 15.91%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B33F9A (or 0xB33F9A) is known color: Medium Red Violet. HEX triplet: B3, 3F and 9A. RGB value is (179,63,154). Sum of RGB (Red+Green+Blue) = 179+63+154=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 63 (25% from 255 or 15.91% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33F9A is #4CC065. Grayscale: #6B6B6B. Windows color (decimal): -5029990 or 10108851. OLE color: 10108851.

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

Color convert

RGB 179 63 154 -
CMYK 0 0.65 0.14 0.30
HSL 312.93º 0.48% 0.47% -
HSV(B) 312.93º 0.65% 0.7% -
XYZ 26.2 15.47 32.18 -
YUV 108.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 179 63 154 0 0.65 0.14 0.30 312.93 0.48 0.47
Hex B3 3F 9A 0 41 E 1E 139 30 2F
Octal 263 77 232 0 101 16 36 471 60 57
Binary 10110011 111111 10011010 0 1000001 1110 11110 100111001 110000 101111

Color Harmonies of #B33F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33F9A

Black with #B33F9A

Text Example


Text Example

White with #B33F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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