Html Css Color HEX #B25093 Mulberry

📋 copy color: '#B25093'

red 178 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #B25093

Tints of Mulberry #B25093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.3%

R = 43.95%
G = 19.75%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25093 (or 0xB25093) is known color: Mulberry. HEX triplet: B2, 50 and 93. RGB value is (178,80,147). Sum of RGB (Red+Green+Blue) = 178+80+147=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 178 - color contains mainly: red. Hex color #B25093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25093 is #4DAF6C. Grayscale: #747474. Windows color (decimal): -5091181 or 9654450. OLE color: 9654450.

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

Color convert

RGB 178 80 147 -
CMYK 0 0.55 0.17 0.30
HSL 318.98º 0.39% 0.51% -
HSV(B) 318.98º 0.55% 0.7% -
XYZ 26.5 17.31 29.55 -
YUV 116.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 178 80 147 0 0.55 0.17 0.30 318.98 0.39 0.51
Hex B2 50 93 0 37 11 1E 13F 27 33
Octal 262 120 223 0 67 21 36 477 47 63
Binary 10110010 1010000 10010011 0 110111 10001 11110 100111111 100111 110011

Color Harmonies of #B25093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25093

Black with #B25093

Text Example


Text Example

White with #B25093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25093; }

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

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

background-color css

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

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

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

border-color css

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

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

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