Html Css Color HEX #B0438B Medium Red Violet

📋 copy color: '#B0438B'

red 176 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #B0438B

Tints of Medium Red Violet #B0438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.39%

R = 46.07%
G = 17.54%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B0438B (or 0xB0438B) is known color: Medium Red Violet. HEX triplet: B0, 43 and 8B. RGB value is (176,67,139). Sum of RGB (Red+Green+Blue) = 176+67+139=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 67 (26.56% from 255 or 17.54% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0438B is #4FBC74. Grayscale: #6B6B6B. Windows color (decimal): -5225589 or 9126832. OLE color: 9126832.

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

Color convert

RGB 176 67 139 -
CMYK 0 0.62 0.21 0.31
HSL 320.37º 0.45% 0.48% -
HSV(B) 320.37º 0.62% 0.69% -
XYZ 24.57 15.11 26.05 -
YUV 107.8 145.61 176.65 -
System Red Green Blue C M Y K H S L
Decimal 176 67 139 0 0.62 0.21 0.31 320.37 0.45 0.48
Hex B0 43 8B 0 3E 15 1F 140 2D 30
Octal 260 103 213 0 76 25 37 500 55 60
Binary 10110000 1000011 10001011 0 111110 10101 11111 101000000 101101 110000

Color Harmonies of #B0438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0438B

Black with #B0438B

Text Example


Text Example

White with #B0438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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