Html Css Color HEX #B2087A Medium Violet Red

📋 copy color: '#B2087A'

red 178 ◦ green 8 ◦ blue 122

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

Shades of Medium Violet Red #B2087A

Tints of Medium Violet Red #B2087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.6%

 BLUE value IS 122 (48.05% from 255) = 39.61%

R = 57.79%
G = 2.6%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2087A (or 0xB2087A) is known color: Medium Violet Red. HEX triplet: B2, 08 and 7A. RGB value is (178,8,122). Sum of RGB (Red+Green+Blue) = 178+8+122=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 8 (3.52% from 255 or 2.60% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2087A is #4DF785. Grayscale: #474747. Windows color (decimal): -5109638 or 7997618. OLE color: 7997618.

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

Color convert

RGB 178 8 122 -
CMYK 0 0.96 0.31 0.30
HSL 319.76º 0.91% 0.36% -
HSV(B) 319.76º 0.96% 0.7% -
XYZ 21.96 11.04 19.39 -
YUV 71.83 156.32 203.73 -
System Red Green Blue C M Y K H S L
Decimal 178 8 122 0 0.96 0.31 0.30 319.76 0.91 0.36
Hex B2 8 7A 0 60 1F 1E 140 5B 24
Octal 262 10 172 0 140 37 36 500 133 44
Binary 10110010 1000 1111010 0 1100000 11111 11110 101000000 1011011 100100

Color Harmonies of #B2087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2087A

Black with #B2087A

Text Example


Text Example

White with #B2087A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2087A; }

 p { color: rgb(178,8,122); }

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

background-color css

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

 a { background-color: rgb(178,8,122); }

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

border-color css

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

 span { border-color: rgb(178,8,122); }

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