Html Css Color HEX #B2508E Mulberry

📋 copy color: '#B2508E'

red 178 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #B2508E

Tints of Mulberry #B2508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.5%

R = 44.5%
G = 20%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2508E (or 0xB2508E) is known color: Mulberry. HEX triplet: B2, 50 and 8E. RGB value is (178,80,142). Sum of RGB (Red+Green+Blue) = 178+80+142=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 178 - color contains mainly: red. Hex color #B2508E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2508E is #4DAF71. Grayscale: #747474. Windows color (decimal): -5091186 or 9326770. OLE color: 9326770.

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

Color convert

RGB 178 80 142 -
CMYK 0 0.55 0.20 0.30
HSL 322.04º 0.39% 0.51% -
HSV(B) 322.04º 0.55% 0.7% -
XYZ 26.11 17.16 27.53 -
YUV 116.37 142.47 171.96 -
System Red Green Blue C M Y K H S L
Decimal 178 80 142 0 0.55 0.20 0.30 322.04 0.39 0.51
Hex B2 50 8E 0 37 14 1E 142 27 33
Octal 262 120 216 0 67 24 36 502 47 63
Binary 10110010 1010000 10001110 0 110111 10100 11110 101000010 100111 110011

Color Harmonies of #B2508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2508E

Black with #B2508E

Text Example


Text Example

White with #B2508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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