Html Css Color HEX #B0419B Medium Red Violet

📋 copy color: '#B0419B'

red 176 ◦ green 65 ◦ blue 155

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

Shades of Medium Red Violet #B0419B

Tints of Medium Red Violet #B0419B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.14%

R = 44.44%
G = 16.41%
B = 39.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B0419B (or 0xB0419B) is known color: Medium Red Violet. HEX triplet: B0, 41 and 9B. RGB value is (176,65,155). Sum of RGB (Red+Green+Blue) = 176+65+155=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 65 (25.78% from 255 or 16.41% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B0419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0419B is #4FBE64. Grayscale: #6C6C6C. Windows color (decimal): -5226085 or 10174896. OLE color: 10174896.

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

Color convert

RGB 176 65 155 -
CMYK 0 0.63 0.12 0.31
HSL 311.35º 0.46% 0.47% -
HSV(B) 311.35º 0.63% 0.69% -
XYZ 25.71 15.38 32.62 -
YUV 108.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 176 65 155 0 0.63 0.12 0.31 311.35 0.46 0.47
Hex B0 41 9B 0 3F C 1F 137 2E 2F
Octal 260 101 233 0 77 14 37 467 56 57
Binary 10110000 1000001 10011011 0 111111 1100 11111 100110111 101110 101111

Color Harmonies of #B0419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0419B

Black with #B0419B

Text Example


Text Example

White with #B0419B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0419B; }

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

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

background-color css

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

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

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

border-color css

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

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

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