Html Css Color HEX #B0339D Medium Red Violet

📋 copy color: '#B0339D'

red 176 ◦ green 51 ◦ blue 157

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

Shades of Medium Red Violet #B0339D

Tints of Medium Red Violet #B0339D

RGB

 RED value IS 176 (69.14% from 255) = 45.83%

 GREEN value IS 51 (20.31% from 255) = 13.28%

 BLUE value IS 157 (61.72% from 255) = 40.89%

R = 45.83%
G = 13.28%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0339D (or 0xB0339D) is known color: Medium Red Violet. HEX triplet: B0, 33 and 9D. RGB value is (176,51,157). Sum of RGB (Red+Green+Blue) = 176+51+157=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 51 (20.31% from 255 or 13.28% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0339D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0339D is #4FCC62. Grayscale: #646464. Windows color (decimal): -5229667 or 10302384. OLE color: 10302384.

HSL color Cylindrical-coordinate representation of color #B0339D: hue angle of 309.12º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0339D is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 157 -
CMYK 0 0.71 0.11 0.31
HSL 309.12º 0.55% 0.45% -
HSV(B) 309.12º 0.71% 0.69% -
XYZ 25.17 14.03 33.28 -
YUV 100.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 176 51 157 0 0.71 0.11 0.31 309.12 0.55 0.45
Hex B0 33 9D 0 47 B 1F 135 37 2D
Octal 260 63 235 0 107 13 37 465 67 55
Binary 10110000 110011 10011101 0 1000111 1011 11111 100110101 110111 101101

Color Harmonies of #B0339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0339D

Black with #B0339D

Text Example


Text Example

White with #B0339D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0339D; }

 p { color: rgb(176,51,157); }

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

background-color css

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

 a { background-color: rgb(176,51,157); }

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

border-color css

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

 span { border-color: rgb(176,51,157); }

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