Html Css Color HEX #BE5CA5 Mulberry

📋 copy color: '#BE5CA5'

red 190 ◦ green 92 ◦ blue 165

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

Shades of Mulberry #BE5CA5

Tints of Mulberry #BE5CA5

RGB

 RED value IS 190 (74.61% from 255) = 42.51%

 GREEN value IS 92 (36.33% from 255) = 20.58%

 BLUE value IS 165 (64.84% from 255) = 36.91%

R = 42.51%
G = 20.58%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE5CA5 (or 0xBE5CA5) is known color: Mulberry. HEX triplet: BE, 5C and A5. RGB value is (190,92,165). Sum of RGB (Red+Green+Blue) = 190+92+165=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CA5 is #41A35A. Grayscale: #818181. Windows color (decimal): -4301659 or 10837182. OLE color: 10837182.

HSL color Cylindrical-coordinate representation of color #BE5CA5: hue angle of 315.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CA5 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 92 165 -
CMYK 0 0.52 0.13 0.25
HSL 315.31º 0.43% 0.55% -
HSV(B) 315.31º 0.52% 0.75% -
XYZ 31.85 21.32 38.03 -
YUV 129.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 190 92 165 0 0.52 0.13 0.25 315.31 0.43 0.55
Hex BE 5C A5 0 34 D 19 13B 2B 37
Octal 276 134 245 0 64 15 31 473 53 67
Binary 10111110 1011100 10100101 0 110100 1101 11001 100111011 101011 110111

Color Harmonies of #BE5CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5CA5

Black with #BE5CA5

Text Example


Text Example

White with #BE5CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5CA5; }

 p { color: rgb(190,92,165); }

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

background-color css

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

 a { background-color: rgb(190,92,165); }

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

border-color css

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

 span { border-color: rgb(190,92,165); }

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