Html Css Color HEX #B2469A Mulberry

📋 copy color: '#B2469A'

red 178 ◦ green 70 ◦ blue 154

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

Shades of Mulberry #B2469A

Tints of Mulberry #B2469A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.41%

 BLUE value IS 154 (60.55% from 255) = 38.31%

R = 44.28%
G = 17.41%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2469A (or 0xB2469A) is known color: Mulberry. HEX triplet: B2, 46 and 9A. RGB value is (178,70,154). Sum of RGB (Red+Green+Blue) = 178+70+154=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2469A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2469A is #4DB965. Grayscale: #6F6F6F. Windows color (decimal): -5093734 or 10110642. OLE color: 10110642.

HSL color Cylindrical-coordinate representation of color #B2469A: hue angle of 313.33º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2469A is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 154 -
CMYK 0 0.61 0.13 0.30
HSL 313.33º 0.44% 0.49% -
HSV(B) 313.33º 0.61% 0.7% -
XYZ 26.38 16.18 32.3 -
YUV 111.87 151.78 175.17 -
System Red Green Blue C M Y K H S L
Decimal 178 70 154 0 0.61 0.13 0.30 313.33 0.44 0.49
Hex B2 46 9A 0 3D D 1E 139 2C 31
Octal 262 106 232 0 75 15 36 471 54 61
Binary 10110010 1000110 10011010 0 111101 1101 11110 100111001 101100 110001

Color Harmonies of #B2469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2469A

Black with #B2469A

Text Example


Text Example

White with #B2469A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2469A; }

 p { color: rgb(178,70,154); }

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

background-color css

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

 a { background-color: rgb(178,70,154); }

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

border-color css

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

 span { border-color: rgb(178,70,154); }

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