Html Css Color HEX #B1308D Medium Red Violet

📋 copy color: '#B1308D'

red 177 ◦ green 48 ◦ blue 141

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

Shades of Medium Red Violet #B1308D

Tints of Medium Red Violet #B1308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.52%

R = 48.36%
G = 13.11%
B = 38.52%

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

#B1308D (or 0xB1308D) is known color: Medium Red Violet. HEX triplet: B1, 30 and 8D. RGB value is (177,48,141). Sum of RGB (Red+Green+Blue) = 177+48+141=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1308D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1308D is #4ECF72. Grayscale: #606060. Windows color (decimal): -5164915 or 9253041. OLE color: 9253041.

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

Color convert

RGB 177 48 141 -
CMYK 0 0.73 0.20 0.31
HSL 316.74º 0.57% 0.44% -
HSV(B) 316.74º 0.73% 0.69% -
XYZ 24 13.38 26.52 -
YUV 97.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 177 48 141 0 0.73 0.20 0.31 316.74 0.57 0.44
Hex B1 30 8D 0 49 14 1F 13D 39 2C
Octal 261 60 215 0 111 24 37 475 71 54
Binary 10110001 110000 10001101 0 1001001 10100 11111 100111101 111001 101100

Color Harmonies of #B1308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1308D

Black with #B1308D

Text Example


Text Example

White with #B1308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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