Html Css Color HEX #B1428A Medium Red Violet

📋 copy color: '#B1428A'

red 177 ◦ green 66 ◦ blue 138

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

Shades of Medium Red Violet #B1428A

Tints of Medium Red Violet #B1428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.22%

R = 46.46%
G = 17.32%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1428A (or 0xB1428A) is known color: Medium Red Violet. HEX triplet: B1, 42 and 8A. RGB value is (177,66,138). Sum of RGB (Red+Green+Blue) = 177+66+138=381 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.46% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 177 - color contains mainly: red. Hex color #B1428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1428A is #4EBD75. Grayscale: #6B6B6B. Windows color (decimal): -5160310 or 9061041. OLE color: 9061041.

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

Color convert

RGB 177 66 138 -
CMYK 0 0.63 0.22 0.31
HSL 321.08º 0.46% 0.48% -
HSV(B) 321.08º 0.63% 0.69% -
XYZ 24.67 15.08 25.66 -
YUV 107.4 145.27 177.65 -
System Red Green Blue C M Y K H S L
Decimal 177 66 138 0 0.63 0.22 0.31 321.08 0.46 0.48
Hex B1 42 8A 0 3F 16 1F 141 2E 30
Octal 261 102 212 0 77 26 37 501 56 60
Binary 10110001 1000010 10001010 0 111111 10110 11111 101000001 101110 110000

Color Harmonies of #B1428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1428A

Black with #B1428A

Text Example


Text Example

White with #B1428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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