Html Css Color HEX #B2078A Medium Violet Red

📋 copy color: '#B2078A'

red 178 ◦ green 7 ◦ blue 138

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

Shades of Medium Violet Red #B2078A

Tints of Medium Violet Red #B2078A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

 BLUE value IS 138 (54.3% from 255) = 42.72%

R = 55.11%
G = 2.17%
B = 42.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2078A (or 0xB2078A) is known color: Medium Violet Red. HEX triplet: B2, 07 and 8A. RGB value is (178,7,138). Sum of RGB (Red+Green+Blue) = 178+7+138=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 7 (3.12% from 255 or 2.17% from 323); Blue value is 138 (54.30% from 255 or 42.72% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2078A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2078A is #4DF875. Grayscale: #484848. Windows color (decimal): -5109878 or 9045938. OLE color: 9045938.

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

Color convert

RGB 178 7 138 -
CMYK 0 0.96 0.22 0.30
HSL 314.04º 0.92% 0.36% -
HSV(B) 314.04º 0.96% 0.7% -
XYZ 23.02 11.45 25.04 -
YUV 73.06 164.65 202.85 -
System Red Green Blue C M Y K H S L
Decimal 178 7 138 0 0.96 0.22 0.30 314.04 0.92 0.36
Hex B2 7 8A 0 60 16 1E 13A 5C 24
Octal 262 7 212 0 140 26 36 472 134 44
Binary 10110010 111 10001010 0 1100000 10110 11110 100111010 1011100 100100

Color Harmonies of #B2078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2078A

Black with #B2078A

Text Example


Text Example

White with #B2078A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2078A; }

 p { color: rgb(178,7,138); }

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

background-color css

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

 a { background-color: rgb(178,7,138); }

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

border-color css

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

 span { border-color: rgb(178,7,138); }

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