Html Css Color HEX #B6508C Mulberry

📋 copy color: '#B6508C'

red 182 ◦ green 80 ◦ blue 140

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

Shades of Mulberry #B6508C

Tints of Mulberry #B6508C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.83%

R = 45.27%
G = 19.9%
B = 34.83%

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

#B6508C (or 0xB6508C) is known color: Mulberry. HEX triplet: B6, 50 and 8C. RGB value is (182,80,140). Sum of RGB (Red+Green+Blue) = 182+80+140=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6508C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6508C is #49AF73. Grayscale: #757575. Windows color (decimal): -4829044 or 9195702. OLE color: 9195702.

HSL color Cylindrical-coordinate representation of color #B6508C: hue angle of 324.71º 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 #B6508C is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 140 -
CMYK 0 0.56 0.23 0.29
HSL 324.71º 0.41% 0.51% -
HSV(B) 324.71º 0.56% 0.71% -
XYZ 26.89 17.58 26.79 -
YUV 117.34 140.79 174.12 -
System Red Green Blue C M Y K H S L
Decimal 182 80 140 0 0.56 0.23 0.29 324.71 0.41 0.51
Hex B6 50 8C 0 38 17 1D 145 29 33
Octal 266 120 214 0 70 27 35 505 51 63
Binary 10110110 1010000 10001100 0 111000 10111 11101 101000101 101001 110011

Color Harmonies of #B6508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6508C

Black with #B6508C

Text Example


Text Example

White with #B6508C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6508C; }

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

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

background-color css

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

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

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

border-color css

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

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

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