Html Css Color HEX #B25293 Mulberry

📋 copy color: '#B25293'

red 178 ◦ green 82 ◦ blue 147

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

Shades of Mulberry #B25293

Tints of Mulberry #B25293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.15%

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

R = 43.73%
G = 20.15%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B25293 (or 0xB25293) is known color: Mulberry. HEX triplet: B2, 52 and 93. RGB value is (178,82,147). Sum of RGB (Red+Green+Blue) = 178+82+147=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 82 (32.42% from 255 or 20.15% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B25293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25293 is #4DAD6C. Grayscale: #757575. Windows color (decimal): -5090669 or 9654962. OLE color: 9654962.

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

Color convert

RGB 178 82 147 -
CMYK 0 0.54 0.17 0.30
HSL 319.38º 0.38% 0.51% -
HSV(B) 319.38º 0.54% 0.7% -
XYZ 26.64 17.61 29.6 -
YUV 118.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 178 82 147 0 0.54 0.17 0.30 319.38 0.38 0.51
Hex B2 52 93 0 36 11 1E 13F 26 33
Octal 262 122 223 0 66 21 36 477 46 63
Binary 10110010 1010010 10010011 0 110110 10001 11110 100111111 100110 110011

Color Harmonies of #B25293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25293

Black with #B25293

Text Example


Text Example

White with #B25293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25293; }

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

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

background-color css

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

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

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

border-color css

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

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

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