Html Css Color HEX #B0338D Medium Red Violet

📋 copy color: '#B0338D'

red 176 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #B0338D

Tints of Medium Red Violet #B0338D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 47.83%
G = 13.86%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0338D (or 0xB0338D) is known color: Medium Red Violet. HEX triplet: B0, 33 and 8D. RGB value is (176,51,141). Sum of RGB (Red+Green+Blue) = 176+51+141=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0338D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0338D is #4FCC72. Grayscale: #626262. Windows color (decimal): -5229683 or 9253808. OLE color: 9253808.

HSL color Cylindrical-coordinate representation of color #B0338D: hue angle of 316.8º 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 #B0338D is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 51 141 -
CMYK 0 0.71 0.20 0.31
HSL 316.8º 0.55% 0.45% -
HSV(B) 316.8º 0.71% 0.69% -
XYZ 23.9 13.52 26.55 -
YUV 98.64 151.91 183.18 -
System Red Green Blue C M Y K H S L
Decimal 176 51 141 0 0.71 0.20 0.31 316.8 0.55 0.45
Hex B0 33 8D 0 47 14 1F 13D 37 2D
Octal 260 63 215 0 107 24 37 475 67 55
Binary 10110000 110011 10001101 0 1000111 10100 11111 100111101 110111 101101

Color Harmonies of #B0338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0338D

Black with #B0338D

Text Example


Text Example

White with #B0338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0338D; }

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

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

background-color css

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

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

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

border-color css

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

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

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