Html Css Color HEX #B0438F Medium Red Violet

📋 copy color: '#B0438F'

red 176 ◦ green 67 ◦ blue 143

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

Shades of Medium Red Violet #B0438F

Tints of Medium Red Violet #B0438F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.05%

R = 45.6%
G = 17.36%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0438F (or 0xB0438F) is known color: Medium Red Violet. HEX triplet: B0, 43 and 8F. RGB value is (176,67,143). Sum of RGB (Red+Green+Blue) = 176+67+143=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0438F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0438F is #4FBC70. Grayscale: #6C6C6C. Windows color (decimal): -5225585 or 9388976. OLE color: 9388976.

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

Color convert

RGB 176 67 143 -
CMYK 0 0.62 0.19 0.31
HSL 318.17º 0.45% 0.48% -
HSV(B) 318.17º 0.62% 0.69% -
XYZ 24.87 15.23 27.62 -
YUV 108.26 147.61 176.32 -
System Red Green Blue C M Y K H S L
Decimal 176 67 143 0 0.62 0.19 0.31 318.17 0.45 0.48
Hex B0 43 8F 0 3E 13 1F 13E 2D 30
Octal 260 103 217 0 76 23 37 476 55 60
Binary 10110000 1000011 10001111 0 111110 10011 11111 100111110 101101 110000

Color Harmonies of #B0438F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0438F

Black with #B0438F

Text Example


Text Example

White with #B0438F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0438F; }

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

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

background-color css

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

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

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

border-color css

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

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

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