Html Css Color HEX #B0419D Medium Red Violet

📋 copy color: '#B0419D'

red 176 ◦ green 65 ◦ blue 157

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

Shades of Medium Red Violet #B0419D

Tints of Medium Red Violet #B0419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.45%

R = 44.22%
G = 16.33%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B0419D (or 0xB0419D) is known color: Medium Red Violet. HEX triplet: B0, 41 and 9D. RGB value is (176,65,157). Sum of RGB (Red+Green+Blue) = 176+65+157=398 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.22% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 176 - color contains mainly: red. Hex color #B0419D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0419D is #4FBE62. Grayscale: #6C6C6C. Windows color (decimal): -5226083 or 10305968. OLE color: 10305968.

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

Color convert

RGB 176 65 157 -
CMYK 0 0.63 0.11 0.31
HSL 310.27º 0.46% 0.47% -
HSV(B) 310.27º 0.63% 0.69% -
XYZ 25.88 15.45 33.52 -
YUV 108.68 155.27 176.02 -
System Red Green Blue C M Y K H S L
Decimal 176 65 157 0 0.63 0.11 0.31 310.27 0.46 0.47
Hex B0 41 9D 0 3F B 1F 136 2E 2F
Octal 260 101 235 0 77 13 37 466 56 57
Binary 10110000 1000001 10011101 0 111111 1011 11111 100110110 101110 101111

Color Harmonies of #B0419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0419D

Black with #B0419D

Text Example


Text Example

White with #B0419D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0419D; }

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

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

background-color css

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

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

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

border-color css

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

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

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