Html Css Color HEX #B2508F Mulberry

📋 copy color: '#B2508F'

red 178 ◦ green 80 ◦ blue 143

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

Shades of Mulberry #B2508F

Tints of Mulberry #B2508F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.66%

R = 44.39%
G = 19.95%
B = 35.66%

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

#B2508F (or 0xB2508F) is known color: Mulberry. HEX triplet: B2, 50 and 8F. RGB value is (178,80,143). Sum of RGB (Red+Green+Blue) = 178+80+143=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 143 (56.25% from 255 or 35.66% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2508F is #4DAF70. Grayscale: #747474. Windows color (decimal): -5091185 or 9392306. OLE color: 9392306.

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

Color convert

RGB 178 80 143 -
CMYK 0 0.55 0.20 0.30
HSL 321.43º 0.39% 0.51% -
HSV(B) 321.43º 0.55% 0.7% -
XYZ 26.19 17.19 27.92 -
YUV 116.48 142.97 171.88 -
System Red Green Blue C M Y K H S L
Decimal 178 80 143 0 0.55 0.20 0.30 321.43 0.39 0.51
Hex B2 50 8F 0 37 14 1E 141 27 33
Octal 262 120 217 0 67 24 36 501 47 63
Binary 10110010 1010000 10001111 0 110111 10100 11110 101000001 100111 110011

Color Harmonies of #B2508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2508F

Black with #B2508F

Text Example


Text Example

White with #B2508F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2508F; }

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

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

background-color css

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

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

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

border-color css

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

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

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