Html Css Color HEX #B0438D Medium Red Violet

📋 copy color: '#B0438D'

red 176 ◦ green 67 ◦ blue 141

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

Shades of Medium Red Violet #B0438D

Tints of Medium Red Violet #B0438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.45%

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

R = 45.83%
G = 17.45%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0438D (or 0xB0438D) is known color: Medium Red Violet. HEX triplet: B0, 43 and 8D. RGB value is (176,67,141). Sum of RGB (Red+Green+Blue) = 176+67+141=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0438D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0438D is #4FBC72. Grayscale: #6B6B6B. Windows color (decimal): -5225587 or 9257904. OLE color: 9257904.

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

Color convert

RGB 176 67 141 -
CMYK 0 0.62 0.20 0.31
HSL 319.27º 0.45% 0.48% -
HSV(B) 319.27º 0.62% 0.69% -
XYZ 24.72 15.17 26.82 -
YUV 108.03 146.61 176.48 -
System Red Green Blue C M Y K H S L
Decimal 176 67 141 0 0.62 0.20 0.31 319.27 0.45 0.48
Hex B0 43 8D 0 3E 14 1F 13F 2D 30
Octal 260 103 215 0 76 24 37 477 55 60
Binary 10110000 1000011 10001101 0 111110 10100 11111 100111111 101101 110000

Color Harmonies of #B0438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0438D

Black with #B0438D

Text Example


Text Example

White with #B0438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0438D; }

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

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

background-color css

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

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

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

border-color css

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

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

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