Html Css Color HEX #B0418F Medium Red Violet

📋 copy color: '#B0418F'

red 176 ◦ green 65 ◦ blue 143

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

Shades of Medium Red Violet #B0418F

Tints of Medium Red Violet #B0418F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

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

R = 45.83%
G = 16.93%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0418F (or 0xB0418F) is known color: Medium Red Violet. HEX triplet: B0, 41 and 8F. RGB value is (176,65,143). Sum of RGB (Red+Green+Blue) = 176+65+143=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0418F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0418F is #4FBE70. Grayscale: #6A6A6A. Windows color (decimal): -5226097 or 9388464. OLE color: 9388464.

HSL color Cylindrical-coordinate representation of color #B0418F: hue angle of 317.84º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0418F is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 143 -
CMYK 0 0.63 0.19 0.31
HSL 317.84º 0.46% 0.47% -
HSV(B) 317.84º 0.63% 0.69% -
XYZ 24.75 14.99 27.58 -
YUV 107.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 176 65 143 0 0.63 0.19 0.31 317.84 0.46 0.47
Hex B0 41 8F 0 3F 13 1F 13E 2E 2F
Octal 260 101 217 0 77 23 37 476 56 57
Binary 10110000 1000001 10001111 0 111111 10011 11111 100111110 101110 101111

Color Harmonies of #B0418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0418F

Black with #B0418F

Text Example


Text Example

White with #B0418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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