Html Css Color HEX #B2088D Medium Violet Red

📋 copy color: '#B2088D'

red 178 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #B2088D

Tints of Medium Violet Red #B2088D

RGB

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

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

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

R = 54.43%
G = 2.45%
B = 43.12%

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

#B2088D (or 0xB2088D) is known color: Medium Violet Red. HEX triplet: B2, 08 and 8D. RGB value is (178,8,141). Sum of RGB (Red+Green+Blue) = 178+8+141=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 8 (3.52% from 255 or 2.45% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2088D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2088D is #4DF772. Grayscale: #494949. Windows color (decimal): -5109619 or 9242802. OLE color: 9242802.

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

Color convert

RGB 178 8 141 -
CMYK 0 0.96 0.21 0.30
HSL 313.06º 0.91% 0.36% -
HSV(B) 313.06º 0.96% 0.7% -
XYZ 23.25 11.56 26.21 -
YUV 73.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 178 8 141 0 0.96 0.21 0.30 313.06 0.91 0.36
Hex B2 8 8D 0 60 15 1E 139 5B 24
Octal 262 10 215 0 140 25 36 471 133 44
Binary 10110010 1000 10001101 0 1100000 10101 11110 100111001 1011011 100100

Color Harmonies of #B2088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2088D

Black with #B2088D

Text Example


Text Example

White with #B2088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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