Html Css Color HEX #B0338E Medium Red Violet

📋 copy color: '#B0338E'

red 176 ◦ green 51 ◦ blue 142

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

Shades of Medium Red Violet #B0338E

Tints of Medium Red Violet #B0338E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.48%

R = 47.7%
G = 13.82%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0338E (or 0xB0338E) is known color: Medium Red Violet. HEX triplet: B0, 33 and 8E. RGB value is (176,51,142). Sum of RGB (Red+Green+Blue) = 176+51+142=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0338E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0338E is #4FCC71. Grayscale: #626262. Windows color (decimal): -5229682 or 9319344. OLE color: 9319344.

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

Color convert

RGB 176 51 142 -
CMYK 0 0.71 0.19 0.31
HSL 316.32º 0.55% 0.45% -
HSV(B) 316.32º 0.71% 0.69% -
XYZ 23.97 13.55 26.94 -
YUV 98.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 176 51 142 0 0.71 0.19 0.31 316.32 0.55 0.45
Hex B0 33 8E 0 47 13 1F 13C 37 2D
Octal 260 63 216 0 107 23 37 474 67 55
Binary 10110000 110011 10001110 0 1000111 10011 11111 100111100 110111 101101

Color Harmonies of #B0338E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0338E

Black with #B0338E

Text Example


Text Example

White with #B0338E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0338E; }

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

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

background-color css

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

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

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

border-color css

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

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

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