Html Css Color HEX #B2469B Mulberry

📋 copy color: '#B2469B'

red 178 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #B2469B

Tints of Mulberry #B2469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 38.46%

R = 44.17%
G = 17.37%
B = 38.46%

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

#B2469B (or 0xB2469B) is known color: Mulberry. HEX triplet: B2, 46 and 9B. RGB value is (178,70,155). Sum of RGB (Red+Green+Blue) = 178+70+155=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 70 (27.73% from 255 or 17.37% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2469B is #4DB964. Grayscale: #6F6F6F. Windows color (decimal): -5093733 or 10176178. OLE color: 10176178.

HSL color Cylindrical-coordinate representation of color #B2469B: hue angle of 312.78º 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 #B2469B is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 155 -
CMYK 0 0.61 0.13 0.30
HSL 312.78º 0.44% 0.49% -
HSV(B) 312.78º 0.61% 0.7% -
XYZ 26.47 16.21 32.74 -
YUV 111.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 178 70 155 0 0.61 0.13 0.30 312.78 0.44 0.49
Hex B2 46 9B 0 3D D 1E 139 2C 31
Octal 262 106 233 0 75 15 36 471 54 61
Binary 10110010 1000110 10011011 0 111101 1101 11110 100111001 101100 110001

Color Harmonies of #B2469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2469B

Black with #B2469B

Text Example


Text Example

White with #B2469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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