Html Css Color HEX #B3138F Medium Violet Red

📋 copy color: '#B3138F'

red 179 ◦ green 19 ◦ blue 143

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

Shades of Medium Violet Red #B3138F

Tints of Medium Violet Red #B3138F

RGB

 RED value IS 179 (70.31% from 255) = 52.49%

 GREEN value IS 19 (7.81% from 255) = 5.57%

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

R = 52.49%
G = 5.57%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3138F (or 0xB3138F) is known color: Medium Violet Red. HEX triplet: B3, 13 and 8F. RGB value is (179,19,143). Sum of RGB (Red+Green+Blue) = 179+19+143=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 143 (56.25% from 255 or 41.94% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B3138F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3138F is #4CEC70. Grayscale: #505050. Windows color (decimal): -5041265 or 9376691. OLE color: 9376691.

HSL color Cylindrical-coordinate representation of color #B3138F: hue angle of 313.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3138F is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 143 -
CMYK 0 0.89 0.20 0.30
HSL 313.5º 0.81% 0.39% -
HSV(B) 313.5º 0.89% 0.7% -
XYZ 23.78 12.03 27.06 -
YUV 80.98 163.01 197.92 -
System Red Green Blue C M Y K H S L
Decimal 179 19 143 0 0.89 0.20 0.30 313.5 0.81 0.39
Hex B3 13 8F 0 59 14 1E 13A 51 27
Octal 263 23 217 0 131 24 36 472 121 47
Binary 10110011 10011 10001111 0 1011001 10100 11110 100111010 1010001 100111

Color Harmonies of #B3138F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3138F

Black with #B3138F

Text Example


Text Example

White with #B3138F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3138F; }

 p { color: rgb(179,19,143); }

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

background-color css

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

 a { background-color: rgb(179,19,143); }

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

border-color css

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

 span { border-color: rgb(179,19,143); }

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