Html Css Color HEX #B20093 Medium Violet Red

📋 copy color: '#B20093'

red 178 ◦ green 0 ◦ blue 147

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

Shades of Medium Violet Red #B20093

Tints of Medium Violet Red #B20093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 54.77%
G = 0%
B = 45.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B20093 (or 0xB20093) is known color: Medium Violet Red. HEX triplet: B2, 00 and 93. RGB value is (178,0,147). Sum of RGB (Red+Green+Blue) = 178+0+147=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B20093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B20093 is #4DFF6C. Grayscale: #454545. Windows color (decimal): -5111661 or 9633970. OLE color: 9633970.

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

Color convert

RGB 178 0 147 -
CMYK 0 1 0.17 0.30
HSL 310.45º 1% 0.35% -
HSV(B) 310.45º 1% 0.7% -
XYZ 23.63 11.57 28.59 -
YUV 69.98 171.47 205.05 -
System Red Green Blue C M Y K H S L
Decimal 178 0 147 0 1 0.17 0.30 310.45 1 0.35
Hex B2 0 93 0 64 11 1E 136 64 23
Octal 262 0 223 0 144 21 36 466 144 43
Binary 10110010 0 10010011 0 1100100 10001 11110 100110110 1100100 100011

Color Harmonies of #B20093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20093

Black with #B20093

Text Example


Text Example

White with #B20093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20093; }

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

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

background-color css

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

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

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

border-color css

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

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

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