Html Css Color HEX #B6509E Mulberry

📋 copy color: '#B6509E'

red 182 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #B6509E

Tints of Mulberry #B6509E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.62%

R = 43.33%
G = 19.05%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#B6509E (or 0xB6509E) is known color: Mulberry. HEX triplet: B6, 50 and 9E. RGB value is (182,80,158). Sum of RGB (Red+Green+Blue) = 182+80+158=420 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.33% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 182 - color contains mainly: red. Hex color #B6509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B6509E is #49AF61. Grayscale: #777777. Windows color (decimal): -4829026 or 10375350. OLE color: 10375350.

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

Color convert

RGB 182 80 158 -
CMYK 0 0.56 0.13 0.29
HSL 314.12º 0.41% 0.51% -
HSV(B) 314.12º 0.56% 0.71% -
XYZ 28.33 18.15 34.36 -
YUV 119.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 182 80 158 0 0.56 0.13 0.29 314.12 0.41 0.51
Hex B6 50 9E 0 38 D 1D 13A 29 33
Octal 266 120 236 0 70 15 35 472 51 63
Binary 10110110 1010000 10011110 0 111000 1101 11101 100111010 101001 110011

Color Harmonies of #B6509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6509E

Black with #B6509E

Text Example


Text Example

White with #B6509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6509E; }

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

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

background-color css

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

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

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

border-color css

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

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

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