Html Css Color HEX #B3138B Medium Violet Red

📋 copy color: '#B3138B'

red 179 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #B3138B

Tints of Medium Violet Red #B3138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 53.12%
G = 5.64%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3138B (or 0xB3138B) is known color: Medium Violet Red. HEX triplet: B3, 13 and 8B. RGB value is (179,19,139). Sum of RGB (Red+Green+Blue) = 179+19+139=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 19 (7.81% from 255 or 5.64% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3138B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3138B is #4CEC74. Grayscale: #505050. Windows color (decimal): -5041269 or 9114547. OLE color: 9114547.

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

Color convert

RGB 179 19 139 -
CMYK 0 0.89 0.22 0.30
HSL 315º 0.81% 0.39% -
HSV(B) 315º 0.89% 0.7% -
XYZ 23.48 11.91 25.49 -
YUV 80.52 161.01 198.24 -
System Red Green Blue C M Y K H S L
Decimal 179 19 139 0 0.89 0.22 0.30 315 0.81 0.39
Hex B3 13 8B 0 59 16 1E 13B 51 27
Octal 263 23 213 0 131 26 36 473 121 47
Binary 10110011 10011 10001011 0 1011001 10110 11110 100111011 1010001 100111

Color Harmonies of #B3138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3138B

Black with #B3138B

Text Example


Text Example

White with #B3138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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