Html Css Color HEX #B1468A Medium Red Violet

📋 copy color: '#B1468A'

red 177 ◦ green 70 ◦ blue 138

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

Shades of Medium Red Violet #B1468A

Tints of Medium Red Violet #B1468A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

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

R = 45.97%
G = 18.18%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1468A (or 0xB1468A) is known color: Medium Red Violet. HEX triplet: B1, 46 and 8A. RGB value is (177,70,138). Sum of RGB (Red+Green+Blue) = 177+70+138=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468A is #4EB975. Grayscale: #6D6D6D. Windows color (decimal): -5159286 or 9062065. OLE color: 9062065.

HSL color Cylindrical-coordinate representation of color #B1468A: hue angle of 321.87º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1468A is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 70 138 -
CMYK 0 0.60 0.22 0.31
HSL 321.87º 0.43% 0.48% -
HSV(B) 321.87º 0.6% 0.69% -
XYZ 24.91 15.56 25.74 -
YUV 109.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 177 70 138 0 0.60 0.22 0.31 321.87 0.43 0.48
Hex B1 46 8A 0 3C 16 1F 142 2B 30
Octal 261 106 212 0 74 26 37 502 53 60
Binary 10110001 1000110 10001010 0 111100 10110 11111 101000010 101011 110000

Color Harmonies of #B1468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1468A

Black with #B1468A

Text Example


Text Example

White with #B1468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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