Html Css Color HEX #B2058E Medium Violet Red

📋 copy color: '#B2058E'

red 178 ◦ green 5 ◦ blue 142

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

Shades of Medium Violet Red #B2058E

Tints of Medium Violet Red #B2058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.54%

 BLUE value IS 142 (55.86% from 255) = 43.69%

R = 54.77%
G = 1.54%
B = 43.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2058E (or 0xB2058E) is known color: Medium Violet Red. HEX triplet: B2, 05 and 8E. RGB value is (178,5,142). Sum of RGB (Red+Green+Blue) = 178+5+142=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 5 (2.34% from 255 or 1.54% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2058E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2058E is #4DFA71. Grayscale: #474747. Windows color (decimal): -5110386 or 9307570. OLE color: 9307570.

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

Color convert

RGB 178 5 142 -
CMYK 0 0.97 0.20 0.30
HSL 312.49º 0.95% 0.36% -
HSV(B) 312.49º 0.97% 0.7% -
XYZ 23.3 11.53 26.59 -
YUV 72.35 167.31 203.36 -
System Red Green Blue C M Y K H S L
Decimal 178 5 142 0 0.97 0.20 0.30 312.49 0.95 0.36
Hex B2 5 8E 0 61 14 1E 138 5F 24
Octal 262 5 216 0 141 24 36 470 137 44
Binary 10110010 101 10001110 0 1100001 10100 11110 100111000 1011111 100100

Color Harmonies of #B2058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2058E

Black with #B2058E

Text Example


Text Example

White with #B2058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2058E; }

 p { color: rgb(178,5,142); }

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

background-color css

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

 a { background-color: rgb(178,5,142); }

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

border-color css

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

 span { border-color: rgb(178,5,142); }

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