Html Css Color HEX #B2087D Medium Violet Red

📋 copy color: '#B2087D'

red 178 ◦ green 8 ◦ blue 125

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

Shades of Medium Violet Red #B2087D

Tints of Medium Violet Red #B2087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.19%

R = 57.23%
G = 2.57%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2087D (or 0xB2087D) is known color: Medium Violet Red. HEX triplet: B2, 08 and 7D. RGB value is (178,8,125). Sum of RGB (Red+Green+Blue) = 178+8+125=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 125 (49.22% from 255 or 40.19% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2087D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2087D is #4DF782. Grayscale: #474747. Windows color (decimal): -5109635 or 8194226. OLE color: 8194226.

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

Color convert

RGB 178 8 125 -
CMYK 0 0.96 0.30 0.30
HSL 318.71º 0.91% 0.36% -
HSV(B) 318.71º 0.96% 0.7% -
XYZ 22.15 11.12 20.38 -
YUV 72.17 157.82 203.49 -
System Red Green Blue C M Y K H S L
Decimal 178 8 125 0 0.96 0.30 0.30 318.71 0.91 0.36
Hex B2 8 7D 0 60 1E 1E 13F 5B 24
Octal 262 10 175 0 140 36 36 477 133 44
Binary 10110010 1000 1111101 0 1100000 11110 11110 100111111 1011011 100100

Color Harmonies of #B2087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2087D

Black with #B2087D

Text Example


Text Example

White with #B2087D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2087D; }

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

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

background-color css

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

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

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

border-color css

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

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

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