Html Css Color HEX #B3008C Medium Violet Red

📋 copy color: '#B3008C'

red 179 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #B3008C

Tints of Medium Violet Red #B3008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.11%
G = 0%
B = 43.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3008C (or 0xB3008C) is known color: Medium Violet Red. HEX triplet: B3, 00 and 8C. RGB value is (179,0,140). Sum of RGB (Red+Green+Blue) = 179+0+140=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3008C is #4CFF73. Grayscale: #454545. Windows color (decimal): -5046132 or 9175219. OLE color: 9175219.

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

Color convert

RGB 179 0 140 -
CMYK 0 1 0.22 0.30
HSL 313.07º 1% 0.35% -
HSV(B) 313.07º 1% 0.7% -
XYZ 23.32 11.48 25.8 -
YUV 69.48 167.8 206.12 -
System Red Green Blue C M Y K H S L
Decimal 179 0 140 0 1 0.22 0.30 313.07 1 0.35
Hex B3 0 8C 0 64 16 1E 139 64 23
Octal 263 0 214 0 144 26 36 471 144 43
Binary 10110011 0 10001100 0 1100100 10110 11110 100111001 1100100 100011

Color Harmonies of #B3008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3008C

Black with #B3008C

Text Example


Text Example

White with #B3008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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