Html Css Color HEX #B3018C Medium Violet Red

📋 copy color: '#B3018C'

red 179 ◦ green 1 ◦ blue 140

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

Shades of Medium Violet Red #B3018C

Tints of Medium Violet Red #B3018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.75%

R = 55.94%
G = 0.31%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3018C (or 0xB3018C) is known color: Medium Violet Red. HEX triplet: B3, 01 and 8C. RGB value is (179,1,140). Sum of RGB (Red+Green+Blue) = 179+1+140=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3018C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3018C is #4CFE73. Grayscale: #454545. Windows color (decimal): -5045876 or 9175475. OLE color: 9175475.

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

Color convert

RGB 179 1 140 -
CMYK 0 0.99 0.22 0.30
HSL 313.15º 0.99% 0.35% -
HSV(B) 313.15º 0.99% 0.7% -
XYZ 23.33 11.5 25.8 -
YUV 70.07 167.47 205.7 -
System Red Green Blue C M Y K H S L
Decimal 179 1 140 0 0.99 0.22 0.30 313.15 0.99 0.35
Hex B3 1 8C 0 63 16 1E 139 63 23
Octal 263 1 214 0 143 26 36 471 143 43
Binary 10110011 1 10001100 0 1100011 10110 11110 100111001 1100011 100011

Color Harmonies of #B3018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3018C

Black with #B3018C

Text Example


Text Example

White with #B3018C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3018C; }

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

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

background-color css

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

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

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

border-color css

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

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

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