Html Css Color HEX #B6508D Mulberry

📋 copy color: '#B6508D'

red 182 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #B6508D

Tints of Mulberry #B6508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.85%

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

R = 45.16%
G = 19.85%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6508D (or 0xB6508D) is known color: Mulberry. HEX triplet: B6, 50 and 8D. RGB value is (182,80,141). Sum of RGB (Red+Green+Blue) = 182+80+141=403 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.16% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 182 - color contains mainly: red. Hex color #B6508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6508D is #49AF72. Grayscale: #757575. Windows color (decimal): -4829043 or 9261238. OLE color: 9261238.

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

Color convert

RGB 182 80 141 -
CMYK 0 0.56 0.23 0.29
HSL 324.12º 0.41% 0.51% -
HSV(B) 324.12º 0.56% 0.71% -
XYZ 26.97 17.61 27.18 -
YUV 117.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 182 80 141 0 0.56 0.23 0.29 324.12 0.41 0.51
Hex B6 50 8D 0 38 17 1D 144 29 33
Octal 266 120 215 0 70 27 35 504 51 63
Binary 10110110 1010000 10001101 0 111000 10111 11101 101000100 101001 110011

Color Harmonies of #B6508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6508D

Black with #B6508D

Text Example


Text Example

White with #B6508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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