Html Css Color HEX #B64BA1 Mulberry

📋 copy color: '#B64BA1'

red 182 ◦ green 75 ◦ blue 161

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

Shades of Mulberry #B64BA1

Tints of Mulberry #B64BA1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.94%

 BLUE value IS 161 (63.28% from 255) = 38.52%

R = 43.54%
G = 17.94%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B64BA1 (or 0xB64BA1) is known color: Mulberry. HEX triplet: B6, 4B and A1. RGB value is (182,75,161). Sum of RGB (Red+Green+Blue) = 182+75+161=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 75 (29.69% from 255 or 17.94% from 418); Blue value is 161 (63.28% from 255 or 38.52% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B64BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64BA1 is #49B45E. Grayscale: #747474. Windows color (decimal): -4830303 or 10570678. OLE color: 10570678.

HSL color Cylindrical-coordinate representation of color #B64BA1: hue angle of 311.78º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B64BA1 is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 75 161 -
CMYK 0 0.59 0.12 0.29
HSL 311.78º 0.42% 0.5% -
HSV(B) 311.78º 0.59% 0.71% -
XYZ 28.24 17.55 35.62 -
YUV 116.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 182 75 161 0 0.59 0.12 0.29 311.78 0.42 0.5
Hex B6 4B A1 0 3B C 1D 138 2A 32
Octal 266 113 241 0 73 14 35 470 52 62
Binary 10110110 1001011 10100001 0 111011 1100 11101 100111000 101010 110010

Color Harmonies of #B64BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64BA1

Black with #B64BA1

Text Example


Text Example

White with #B64BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64BA1; }

 p { color: rgb(182,75,161); }

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

background-color css

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

 a { background-color: rgb(182,75,161); }

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

border-color css

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

 span { border-color: rgb(182,75,161); }

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