Html Css Color HEX #B3369F Medium Red Violet

📋 copy color: '#B3369F'

red 179 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #B3369F

Tints of Medium Red Violet #B3369F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.78%

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

R = 45.66%
G = 13.78%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3369F (or 0xB3369F) is known color: Medium Red Violet. HEX triplet: B3, 36 and 9F. RGB value is (179,54,159). Sum of RGB (Red+Green+Blue) = 179+54+159=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 54 (21.48% from 255 or 13.78% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 179 - color contains mainly: red. Hex color #B3369F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3369F is #4CC960. Grayscale: #676767. Windows color (decimal): -5032289 or 10434227. OLE color: 10434227.

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

Color convert

RGB 179 54 159 -
CMYK 0 0.70 0.11 0.30
HSL 309.6º 0.54% 0.46% -
HSV(B) 309.6º 0.7% 0.7% -
XYZ 26.17 14.73 34.26 -
YUV 103.35 159.41 181.96 -
System Red Green Blue C M Y K H S L
Decimal 179 54 159 0 0.70 0.11 0.30 309.6 0.54 0.46
Hex B3 36 9F 0 46 B 1E 136 36 2E
Octal 263 66 237 0 106 13 36 466 66 56
Binary 10110011 110110 10011111 0 1000110 1011 11110 100110110 110110 101110

Color Harmonies of #B3369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3369F

Black with #B3369F

Text Example


Text Example

White with #B3369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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