Html Css Color HEX #B2078D Medium Violet Red

📋 copy color: '#B2078D'

red 178 ◦ green 7 ◦ blue 141

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

Shades of Medium Violet Red #B2078D

Tints of Medium Violet Red #B2078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 54.6%
G = 2.15%
B = 43.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2078D (or 0xB2078D) is known color: Medium Violet Red. HEX triplet: B2, 07 and 8D. RGB value is (178,7,141). Sum of RGB (Red+Green+Blue) = 178+7+141=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 7 (3.12% from 255 or 2.15% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2078D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2078D is #4DF872. Grayscale: #494949. Windows color (decimal): -5109875 or 9242546. OLE color: 9242546.

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

Color convert

RGB 178 7 141 -
CMYK 0 0.96 0.21 0.30
HSL 312.98º 0.92% 0.36% -
HSV(B) 312.98º 0.96% 0.7% -
XYZ 23.24 11.54 26.2 -
YUV 73.41 166.15 202.6 -
System Red Green Blue C M Y K H S L
Decimal 178 7 141 0 0.96 0.21 0.30 312.98 0.92 0.36
Hex B2 7 8D 0 60 15 1E 139 5C 24
Octal 262 7 215 0 140 25 36 471 134 44
Binary 10110010 111 10001101 0 1100000 10101 11110 100111001 1011100 100100

Color Harmonies of #B2078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2078D

Black with #B2078D

Text Example


Text Example

White with #B2078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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