Html Css Color HEX #B1428C Medium Red Violet

📋 copy color: '#B1428C'

red 177 ◦ green 66 ◦ blue 140

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

Shades of Medium Red Violet #B1428C

Tints of Medium Red Violet #B1428C

RGB

 RED value IS 177 (69.53% from 255) = 46.21%

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 46.21%
G = 17.23%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1428C (or 0xB1428C) is known color: Medium Red Violet. HEX triplet: B1, 42 and 8C. RGB value is (177,66,140). Sum of RGB (Red+Green+Blue) = 177+66+140=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428C is #4EBD73. Grayscale: #6B6B6B. Windows color (decimal): -5160308 or 9192113. OLE color: 9192113.

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

Color convert

RGB 177 66 140 -
CMYK 0 0.63 0.21 0.31
HSL 320º 0.46% 0.48% -
HSV(B) 320º 0.63% 0.69% -
XYZ 24.81 15.14 26.42 -
YUV 107.63 146.27 177.48 -
System Red Green Blue C M Y K H S L
Decimal 177 66 140 0 0.63 0.21 0.31 320 0.46 0.48
Hex B1 42 8C 0 3F 15 1F 140 2E 30
Octal 261 102 214 0 77 25 37 500 56 60
Binary 10110001 1000010 10001100 0 111111 10101 11111 101000000 101110 110000

Color Harmonies of #B1428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1428C

Black with #B1428C

Text Example


Text Example

White with #B1428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1428C; }

 p { color: rgb(177,66,140); }

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

background-color css

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

 a { background-color: rgb(177,66,140); }

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

border-color css

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

 span { border-color: rgb(177,66,140); }

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