Html Css Color HEX #B3018D Medium Violet Red

📋 copy color: '#B3018D'

red 179 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #B3018D

Tints of Medium Violet Red #B3018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 55.76%
G = 0.31%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3018D (or 0xB3018D) is known color: Medium Violet Red. HEX triplet: B3, 01 and 8D. RGB value is (179,1,141). Sum of RGB (Red+Green+Blue) = 179+1+141=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3018D is #4CFE72. Grayscale: #454545. Windows color (decimal): -5045875 or 9241011. OLE color: 9241011.

HSL color Cylindrical-coordinate representation of color #B3018D: hue angle of 312.81º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B3018D is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 1 141 -
CMYK 0 0.99 0.21 0.30
HSL 312.81º 0.99% 0.35% -
HSV(B) 312.81º 0.99% 0.7% -
XYZ 23.41 11.53 26.19 -
YUV 70.18 167.97 205.62 -
System Red Green Blue C M Y K H S L
Decimal 179 1 141 0 0.99 0.21 0.30 312.81 0.99 0.35
Hex B3 1 8D 0 63 15 1E 139 63 23
Octal 263 1 215 0 143 25 36 471 143 43
Binary 10110011 1 10001101 0 1100011 10101 11110 100111001 1100011 100011

Color Harmonies of #B3018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3018D

Black with #B3018D

Text Example


Text Example

White with #B3018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3018D; }

 p { color: rgb(179,1,141); }

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

background-color css

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

 a { background-color: rgb(179,1,141); }

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

border-color css

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

 span { border-color: rgb(179,1,141); }

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