Html Css Color HEX #B20198 Medium Violet Red

📋 copy color: '#B20198'

red 178 ◦ green 1 ◦ blue 152

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

Shades of Medium Violet Red #B20198

Tints of Medium Violet Red #B20198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.92%

R = 53.78%
G = 0.3%
B = 45.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20198 (or 0xB20198) is known color: Medium Violet Red. HEX triplet: B2, 01 and 98. RGB value is (178,1,152). Sum of RGB (Red+Green+Blue) = 178+1+152=331 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.78% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 178 - color contains mainly: red. Hex color #B20198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20198 is #4DFE67. Grayscale: #464646. Windows color (decimal): -5111400 or 9961906. OLE color: 9961906.

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

Color convert

RGB 178 1 152 -
CMYK 0 0.99 0.15 0.30
HSL 308.81º 0.99% 0.35% -
HSV(B) 308.81º 0.99% 0.7% -
XYZ 24.04 11.75 30.71 -
YUV 71.14 173.64 204.22 -
System Red Green Blue C M Y K H S L
Decimal 178 1 152 0 0.99 0.15 0.30 308.81 0.99 0.35
Hex B2 1 98 0 63 F 1E 135 63 23
Octal 262 1 230 0 143 17 36 465 143 43
Binary 10110010 1 10011000 0 1100011 1111 11110 100110101 1100011 100011

Color Harmonies of #B20198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20198

Black with #B20198

Text Example


Text Example

White with #B20198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20198; }

 p { color: rgb(178,1,152); }

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

background-color css

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

 a { background-color: rgb(178,1,152); }

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

border-color css

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

 span { border-color: rgb(178,1,152); }

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