Html Css Color HEX #B20388 Medium Violet Red

📋 copy color: '#B20388'

red 178 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #B20388

Tints of Medium Violet Red #B20388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.95%

 BLUE value IS 136 (53.52% from 255) = 42.9%

R = 56.15%
G = 0.95%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B20388 (or 0xB20388) is known color: Medium Violet Red. HEX triplet: B2, 03 and 88. RGB value is (178,3,136). Sum of RGB (Red+Green+Blue) = 178+3+136=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 3 (1.56% from 255 or 0.95% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B20388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20388 is #4DFC77. Grayscale: #464646. Windows color (decimal): -5110904 or 8913842. OLE color: 8913842.

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

Color convert

RGB 178 3 136 -
CMYK 0 0.98 0.24 0.30
HSL 314.4º 0.97% 0.35% -
HSV(B) 314.4º 0.98% 0.7% -
XYZ 22.84 11.31 24.27 -
YUV 70.49 164.98 204.69 -
System Red Green Blue C M Y K H S L
Decimal 178 3 136 0 0.98 0.24 0.30 314.4 0.97 0.35
Hex B2 3 88 0 62 18 1E 13A 61 23
Octal 262 3 210 0 142 30 36 472 141 43
Binary 10110010 11 10001000 0 1100010 11000 11110 100111010 1100001 100011

Color Harmonies of #B20388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20388

Black with #B20388

Text Example


Text Example

White with #B20388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20388; }

 p { color: rgb(178,3,136); }

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

background-color css

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

 a { background-color: rgb(178,3,136); }

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

border-color css

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

 span { border-color: rgb(178,3,136); }

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