Html Css Color HEX #B1308E Medium Red Violet

📋 copy color: '#B1308E'

red 177 ◦ green 48 ◦ blue 142

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

Shades of Medium Red Violet #B1308E

Tints of Medium Red Violet #B1308E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.08%

 BLUE value IS 142 (55.86% from 255) = 38.69%

R = 48.23%
G = 13.08%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1308E (or 0xB1308E) is known color: Medium Red Violet. HEX triplet: B1, 30 and 8E. RGB value is (177,48,142). Sum of RGB (Red+Green+Blue) = 177+48+142=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 48 (19.14% from 255 or 13.08% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1308E is #4ECF71. Grayscale: #616161. Windows color (decimal): -5164914 or 9318577. OLE color: 9318577.

HSL color Cylindrical-coordinate representation of color #B1308E: hue angle of 316.28º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B1308E is Cyan = 0, Magento = 0.73, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 48 142 -
CMYK 0 0.73 0.20 0.31
HSL 316.28º 0.57% 0.44% -
HSV(B) 316.28º 0.73% 0.69% -
XYZ 24.07 13.41 26.91 -
YUV 97.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 177 48 142 0 0.73 0.20 0.31 316.28 0.57 0.44
Hex B1 30 8E 0 49 14 1F 13C 39 2C
Octal 261 60 216 0 111 24 37 474 71 54
Binary 10110001 110000 10001110 0 1001001 10100 11111 100111100 111001 101100

Color Harmonies of #B1308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1308E

Black with #B1308E

Text Example


Text Example

White with #B1308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1308E; }

 p { color: rgb(177,48,142); }

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

background-color css

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

 a { background-color: rgb(177,48,142); }

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

border-color css

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

 span { border-color: rgb(177,48,142); }

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