Html Css Color HEX #B1038D Medium Violet Red

📋 copy color: '#B1038D'

red 177 ◦ green 3 ◦ blue 141

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

Shades of Medium Violet Red #B1038D

Tints of Medium Violet Red #B1038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.93%

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

R = 55.14%
G = 0.93%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1038D (or 0xB1038D) is known color: Medium Violet Red. HEX triplet: B1, 03 and 8D. RGB value is (177,3,141). Sum of RGB (Red+Green+Blue) = 177+3+141=321 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.14% from 321); Green value is 3 (1.56% from 255 or 0.93% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 177 - color contains mainly: red. Hex color #B1038D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1038D is #4EFC72. Grayscale: #464646. Windows color (decimal): -5176435 or 9241521. OLE color: 9241521.

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

Color convert

RGB 177 3 141 -
CMYK 0 0.98 0.20 0.31
HSL 312.41º 0.97% 0.35% -
HSV(B) 312.41º 0.98% 0.69% -
XYZ 22.97 11.34 26.18 -
YUV 70.76 167.65 203.78 -
System Red Green Blue C M Y K H S L
Decimal 177 3 141 0 0.98 0.20 0.31 312.41 0.97 0.35
Hex B1 3 8D 0 62 14 1F 138 61 23
Octal 261 3 215 0 142 24 37 470 141 43
Binary 10110001 11 10001101 0 1100010 10100 11111 100111000 1100001 100011

Color Harmonies of #B1038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1038D

Black with #B1038D

Text Example


Text Example

White with #B1038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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