Html Css Color HEX #B20098 Medium Violet Red

📋 copy color: '#B20098'

red 178 ◦ green 0 ◦ blue 152

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

Shades of Medium Violet Red #B20098

Tints of Medium Violet Red #B20098

RGB

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

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

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

R = 53.94%
G = 0%
B = 46.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B20098 (or 0xB20098) is known color: Medium Violet Red. HEX triplet: B2, 00 and 98. RGB value is (178,0,152). Sum of RGB (Red+Green+Blue) = 178+0+152=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 0 (0.39% from 255 or 0% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B20098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20098 is #4DFF67. Grayscale: #464646. Windows color (decimal): -5111656 or 9961650. OLE color: 9961650.

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

Color convert

RGB 178 0 152 -
CMYK 0 1 0.15 0.30
HSL 308.76º 1% 0.35% -
HSV(B) 308.76º 1% 0.7% -
XYZ 24.03 11.73 30.7 -
YUV 70.55 173.97 204.64 -
System Red Green Blue C M Y K H S L
Decimal 178 0 152 0 1 0.15 0.30 308.76 1 0.35
Hex B2 0 98 0 64 F 1E 135 64 23
Octal 262 0 230 0 144 17 36 465 144 43
Binary 10110010 0 10011000 0 1100100 1111 11110 100110101 1100100 100011

Color Harmonies of #B20098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20098

Black with #B20098

Text Example


Text Example

White with #B20098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20098; }

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

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

background-color css

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

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

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

border-color css

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

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

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