Html Css Color HEX #B33D9C Medium Red Violet

📋 copy color: '#B33D9C'

red 179 ◦ green 61 ◦ blue 156

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

Shades of Medium Red Violet #B33D9C

Tints of Medium Red Violet #B33D9C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.4%

 BLUE value IS 156 (61.33% from 255) = 39.39%

R = 45.2%
G = 15.4%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B33D9C (or 0xB33D9C) is known color: Medium Red Violet. HEX triplet: B3, 3D and 9C. RGB value is (179,61,156). Sum of RGB (Red+Green+Blue) = 179+61+156=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33D9C is #4CC263. Grayscale: #6A6A6A. Windows color (decimal): -5030500 or 10239411. OLE color: 10239411.

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

Color convert

RGB 179 61 156 -
CMYK 0 0.66 0.13 0.30
HSL 311.69º 0.49% 0.47% -
HSV(B) 311.69º 0.66% 0.7% -
XYZ 26.26 15.32 33.03 -
YUV 107.11 155.59 179.28 -
System Red Green Blue C M Y K H S L
Decimal 179 61 156 0 0.66 0.13 0.30 311.69 0.49 0.47
Hex B3 3D 9C 0 42 D 1E 138 31 2F
Octal 263 75 234 0 102 15 36 470 61 57
Binary 10110011 111101 10011100 0 1000010 1101 11110 100111000 110001 101111

Color Harmonies of #B33D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33D9C

Black with #B33D9C

Text Example


Text Example

White with #B33D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33D9C; }

 p { color: rgb(179,61,156); }

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

background-color css

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

 a { background-color: rgb(179,61,156); }

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

border-color css

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

 span { border-color: rgb(179,61,156); }

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