Html Css Color HEX #B6609C Mulberry

📋 copy color: '#B6609C'

red 182 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #B6609C

Tints of Mulberry #B6609C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.12%

 BLUE value IS 156 (61.33% from 255) = 35.94%

R = 41.94%
G = 22.12%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B6609C (or 0xB6609C) is known color: Mulberry. HEX triplet: B6, 60 and 9C. RGB value is (182,96,156). Sum of RGB (Red+Green+Blue) = 182+96+156=434 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.94% from 434); Green value is 96 (37.89% from 255 or 22.12% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 182 - color contains mainly: red. Hex color #B6609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6609C is #499F63. Grayscale: #808080. Windows color (decimal): -4824932 or 10248374. OLE color: 10248374.

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

Color convert

RGB 182 96 156 -
CMYK 0 0.47 0.14 0.29
HSL 318.14º 0.37% 0.55% -
HSV(B) 318.14º 0.47% 0.71% -
XYZ 29.48 20.71 33.9 -
YUV 128.55 143.49 166.12 -
System Red Green Blue C M Y K H S L
Decimal 182 96 156 0 0.47 0.14 0.29 318.14 0.37 0.55
Hex B6 60 9C 0 2F E 1D 13E 25 37
Octal 266 140 234 0 57 16 35 476 45 67
Binary 10110110 1100000 10011100 0 101111 1110 11101 100111110 100101 110111

Color Harmonies of #B6609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6609C

Black with #B6609C

Text Example


Text Example

White with #B6609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6609C; }

 p { color: rgb(182,96,156); }

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

background-color css

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

 a { background-color: rgb(182,96,156); }

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

border-color css

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

 span { border-color: rgb(182,96,156); }

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