Html Css Color HEX #B1038F Medium Violet Red

📋 copy color: '#B1038F'

red 177 ◦ green 3 ◦ blue 143

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

Shades of Medium Violet Red #B1038F

Tints of Medium Violet Red #B1038F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 54.8%
G = 0.93%
B = 44.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B1038F (or 0xB1038F) is known color: Medium Violet Red. HEX triplet: B1, 03 and 8F. RGB value is (177,3,143). Sum of RGB (Red+Green+Blue) = 177+3+143=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1038F is #4EFC70. Grayscale: #464646. Windows color (decimal): -5176433 or 9372593. OLE color: 9372593.

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

Color convert

RGB 177 3 143 -
CMYK 0 0.98 0.19 0.31
HSL 311.72º 0.97% 0.35% -
HSV(B) 311.72º 0.98% 0.69% -
XYZ 23.12 11.4 26.97 -
YUV 70.99 168.65 203.62 -
System Red Green Blue C M Y K H S L
Decimal 177 3 143 0 0.98 0.19 0.31 311.72 0.97 0.35
Hex B1 3 8F 0 62 13 1F 138 61 23
Octal 261 3 217 0 142 23 37 470 141 43
Binary 10110001 11 10001111 0 1100010 10011 11111 100111000 1100001 100011

Color Harmonies of #B1038F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1038F

Black with #B1038F

Text Example


Text Example

White with #B1038F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1038F; }

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

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

background-color css

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

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

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

border-color css

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

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

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