Html Css Color HEX #B20C8F Medium Violet Red

📋 copy color: '#B20C8F'

red 178 ◦ green 12 ◦ blue 143

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

Shades of Medium Violet Red #B20C8F

Tints of Medium Violet Red #B20C8F

RGB

 RED value IS 178 (69.92% from 255) = 53.45%

 GREEN value IS 12 (5.08% from 255) = 3.6%

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

R = 53.45%
G = 3.6%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B20C8F (or 0xB20C8F) is known color: Medium Violet Red. HEX triplet: B2, 0C and 8F. RGB value is (178,12,143). Sum of RGB (Red+Green+Blue) = 178+12+143=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20C8F is #4DF370. Grayscale: #4C4C4C. Windows color (decimal): -5108593 or 9374898. OLE color: 9374898.

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

Color convert

RGB 178 12 143 -
CMYK 0 0.93 0.20 0.30
HSL 312.65º 0.87% 0.37% -
HSV(B) 312.65º 0.93% 0.7% -
XYZ 23.45 11.71 27.01 -
YUV 76.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 178 12 143 0 0.93 0.20 0.30 312.65 0.87 0.37
Hex B2 C 8F 0 5D 14 1E 139 57 25
Octal 262 14 217 0 135 24 36 471 127 45
Binary 10110010 1100 10001111 0 1011101 10100 11110 100111001 1010111 100101

Color Harmonies of #B20C8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C8F

Black with #B20C8F

Text Example


Text Example

White with #B20C8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C8F; }

 p { color: rgb(178,12,143); }

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

background-color css

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

 a { background-color: rgb(178,12,143); }

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

border-color css

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

 span { border-color: rgb(178,12,143); }

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