Html Css Color HEX #B2078E Medium Violet Red

📋 copy color: '#B2078E'

red 178 ◦ green 7 ◦ blue 142

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

Shades of Medium Violet Red #B2078E

Tints of Medium Violet Red #B2078E

RGB

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

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

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

R = 54.43%
G = 2.14%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2078E (or 0xB2078E) is known color: Medium Violet Red. HEX triplet: B2, 07 and 8E. RGB value is (178,7,142). Sum of RGB (Red+Green+Blue) = 178+7+142=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 7 (3.12% from 255 or 2.14% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2078E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2078E is #4DF871. Grayscale: #494949. Windows color (decimal): -5109874 or 9308082. OLE color: 9308082.

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

Color convert

RGB 178 7 142 -
CMYK 0 0.96 0.20 0.30
HSL 312.63º 0.92% 0.36% -
HSV(B) 312.63º 0.96% 0.7% -
XYZ 23.32 11.57 26.6 -
YUV 73.52 166.65 202.52 -
System Red Green Blue C M Y K H S L
Decimal 178 7 142 0 0.96 0.20 0.30 312.63 0.92 0.36
Hex B2 7 8E 0 60 14 1E 139 5C 24
Octal 262 7 216 0 140 24 36 471 134 44
Binary 10110010 111 10001110 0 1100000 10100 11110 100111001 1011100 100100

Color Harmonies of #B2078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2078E

Black with #B2078E

Text Example


Text Example

White with #B2078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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