Html Css Color HEX #B1468B Medium Red Violet

📋 copy color: '#B1468B'

red 177 ◦ green 70 ◦ blue 139

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

Shades of Medium Red Violet #B1468B

Tints of Medium Red Violet #B1468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.01%

R = 45.85%
G = 18.13%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1468B (or 0xB1468B) is known color: Medium Red Violet. HEX triplet: B1, 46 and 8B. RGB value is (177,70,139). Sum of RGB (Red+Green+Blue) = 177+70+139=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468B is #4EB974. Grayscale: #6D6D6D. Windows color (decimal): -5159285 or 9127601. OLE color: 9127601.

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

Color convert

RGB 177 70 139 -
CMYK 0 0.60 0.21 0.31
HSL 321.31º 0.43% 0.48% -
HSV(B) 321.31º 0.6% 0.69% -
XYZ 24.98 15.59 26.12 -
YUV 109.86 144.45 175.89 -
System Red Green Blue C M Y K H S L
Decimal 177 70 139 0 0.60 0.21 0.31 321.31 0.43 0.48
Hex B1 46 8B 0 3C 15 1F 141 2B 30
Octal 261 106 213 0 74 25 37 501 53 60
Binary 10110001 1000110 10001011 0 111100 10101 11111 101000001 101011 110000

Color Harmonies of #B1468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1468B

Black with #B1468B

Text Example


Text Example

White with #B1468B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1468B; }

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

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

background-color css

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

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

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

border-color css

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

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

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