Html Css Color HEX #B6088D Medium Violet Red

📋 copy color: '#B6088D'

red 182 ◦ green 8 ◦ blue 141

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

Shades of Medium Violet Red #B6088D

Tints of Medium Violet Red #B6088D

RGB

 RED value IS 182 (71.48% from 255) = 54.98%

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

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

R = 54.98%
G = 2.42%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6088D (or 0xB6088D) is known color: Medium Violet Red. HEX triplet: B6, 08 and 8D. RGB value is (182,8,141). Sum of RGB (Red+Green+Blue) = 182+8+141=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 8 (3.52% from 255 or 2.42% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6088D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6088D is #49F772. Grayscale: #4A4A4A. Windows color (decimal): -4847475 or 9242806. OLE color: 9242806.

HSL color Cylindrical-coordinate representation of color #B6088D: hue angle of 314.14º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6088D is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 141 -
CMYK 0 0.96 0.23 0.29
HSL 314.14º 0.92% 0.37% -
HSV(B) 314.14º 0.96% 0.71% -
XYZ 24.19 12.04 26.25 -
YUV 75.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 182 8 141 0 0.96 0.23 0.29 314.14 0.92 0.37
Hex B6 8 8D 0 60 17 1D 13A 5C 25
Octal 266 10 215 0 140 27 35 472 134 45
Binary 10110110 1000 10001101 0 1100000 10111 11101 100111010 1011100 100101

Color Harmonies of #B6088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6088D

Black with #B6088D

Text Example


Text Example

White with #B6088D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6088D; }

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

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

background-color css

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

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

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

border-color css

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

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

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