Html Css Color HEX #B4169C Medium Violet Red

📋 copy color: '#B4169C'

red 180 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #B4169C

Tints of Medium Violet Red #B4169C

RGB

 RED value IS 180 (70.7% from 255) = 50.28%

 GREEN value IS 22 (8.98% from 255) = 6.15%

 BLUE value IS 156 (61.33% from 255) = 43.58%

R = 50.28%
G = 6.15%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B4169C (or 0xB4169C) is known color: Medium Violet Red. HEX triplet: B4, 16 and 9C. RGB value is (180,22,156). Sum of RGB (Red+Green+Blue) = 180+22+156=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 22 (8.98% from 255 or 6.15% from 358); Blue value is 156 (61.33% from 255 or 43.58% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4169C is #4BE963. Grayscale: #545454. Windows color (decimal): -4974948 or 10229428. OLE color: 10229428.

HSL color Cylindrical-coordinate representation of color #B4169C: hue angle of 309.11º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B4169C is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 22 156 -
CMYK 0 0.88 0.13 0.29
HSL 309.11º 0.78% 0.4% -
HSV(B) 309.11º 0.88% 0.71% -
XYZ 25.11 12.68 32.58 -
YUV 84.52 168.35 196.1 -
System Red Green Blue C M Y K H S L
Decimal 180 22 156 0 0.88 0.13 0.29 309.11 0.78 0.4
Hex B4 16 9C 0 58 D 1D 135 4E 28
Octal 264 26 234 0 130 15 35 465 116 50
Binary 10110100 10110 10011100 0 1011000 1101 11101 100110101 1001110 101000

Color Harmonies of #B4169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4169C

Black with #B4169C

Text Example


Text Example

White with #B4169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4169C; }

 p { color: rgb(180,22,156); }

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

background-color css

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

 a { background-color: rgb(180,22,156); }

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

border-color css

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

 span { border-color: rgb(180,22,156); }

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