Html Css Color HEX #B2508D Mulberry

📋 copy color: '#B2508D'

red 178 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #B2508D

Tints of Mulberry #B2508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 44.61%
G = 20.05%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2508D (or 0xB2508D) is known color: Mulberry. HEX triplet: B2, 50 and 8D. RGB value is (178,80,141). Sum of RGB (Red+Green+Blue) = 178+80+141=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 178 - color contains mainly: red. Hex color #B2508D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2508D is #4DAF72. Grayscale: #747474. Windows color (decimal): -5091187 or 9261234. OLE color: 9261234.

HSL color Cylindrical-coordinate representation of color #B2508D: hue angle of 322.65º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2508D is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 80 141 -
CMYK 0 0.55 0.21 0.30
HSL 322.65º 0.39% 0.51% -
HSV(B) 322.65º 0.55% 0.7% -
XYZ 26.04 17.13 27.13 -
YUV 116.26 141.97 172.04 -
System Red Green Blue C M Y K H S L
Decimal 178 80 141 0 0.55 0.21 0.30 322.65 0.39 0.51
Hex B2 50 8D 0 37 15 1E 143 27 33
Octal 262 120 215 0 67 25 36 503 47 63
Binary 10110010 1010000 10001101 0 110111 10101 11110 101000011 100111 110011

Color Harmonies of #B2508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2508D

Black with #B2508D

Text Example


Text Example

White with #B2508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2508D; }

 p { color: rgb(178,80,141); }

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

background-color css

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

 a { background-color: rgb(178,80,141); }

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

border-color css

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

 span { border-color: rgb(178,80,141); }

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