Html Css Color HEX #B1308A Medium Red Violet

📋 copy color: '#B1308A'

red 177 ◦ green 48 ◦ blue 138

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

Shades of Medium Red Violet #B1308A

Tints of Medium Red Violet #B1308A

RGB

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

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

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

R = 48.76%
G = 13.22%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1308A (or 0xB1308A) is known color: Medium Red Violet. HEX triplet: B1, 30 and 8A. RGB value is (177,48,138). Sum of RGB (Red+Green+Blue) = 177+48+138=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B1308A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1308A is #4ECF75. Grayscale: #606060. Windows color (decimal): -5164918 or 9056433. OLE color: 9056433.

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

Color convert

RGB 177 48 138 -
CMYK 0 0.73 0.22 0.31
HSL 318.14º 0.57% 0.44% -
HSV(B) 318.14º 0.73% 0.69% -
XYZ 23.78 13.3 25.36 -
YUV 96.83 151.24 185.18 -
System Red Green Blue C M Y K H S L
Decimal 177 48 138 0 0.73 0.22 0.31 318.14 0.57 0.44
Hex B1 30 8A 0 49 16 1F 13E 39 2C
Octal 261 60 212 0 111 26 37 476 71 54
Binary 10110001 110000 10001010 0 1001001 10110 11111 100111110 111001 101100

Color Harmonies of #B1308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1308A

Black with #B1308A

Text Example


Text Example

White with #B1308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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