Html Css Color HEX #B26194 Mulberry

📋 copy color: '#B26194'

red 178 ◦ green 97 ◦ blue 148

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

Shades of Mulberry #B26194

Tints of Mulberry #B26194

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 97 (38.28% from 255) = 22.93%

 BLUE value IS 148 (58.2% from 255) = 34.99%

R = 42.08%
G = 22.93%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B26194 (or 0xB26194) is known color: Mulberry. HEX triplet: B2, 61 and 94. RGB value is (178,97,148). Sum of RGB (Red+Green+Blue) = 178+97+148=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B26194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B26194 is #4D9E6B. Grayscale: #7E7E7E. Windows color (decimal): -5086828 or 9724338. OLE color: 9724338.

HSL color Cylindrical-coordinate representation of color #B26194: hue angle of 322.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26194 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 148 -
CMYK 0 0.46 0.17 0.30
HSL 322.22º 0.34% 0.54% -
HSV(B) 322.22º 0.46% 0.7% -
XYZ 27.98 20.15 30.43 -
YUV 127.03 139.84 164.35 -
System Red Green Blue C M Y K H S L
Decimal 178 97 148 0 0.46 0.17 0.30 322.22 0.34 0.54
Hex B2 61 94 0 2E 11 1E 142 22 36
Octal 262 141 224 0 56 21 36 502 42 66
Binary 10110010 1100001 10010100 0 101110 10001 11110 101000010 100010 110110

Color Harmonies of #B26194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26194

Black with #B26194

Text Example


Text Example

White with #B26194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26194; }

 p { color: rgb(178,97,148); }

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

background-color css

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

 a { background-color: rgb(178,97,148); }

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

border-color css

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

 span { border-color: rgb(178,97,148); }

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