Html Css Color HEX #BE5F8A Mulberry

📋 copy color: '#BE5F8A'

red 190 ◦ green 95 ◦ blue 138

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

Shades of Mulberry #BE5F8A

Tints of Mulberry #BE5F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

 BLUE value IS 138 (54.3% from 255) = 32.62%

R = 44.92%
G = 22.46%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE5F8A (or 0xBE5F8A) is known color: Mulberry. HEX triplet: BE, 5F and 8A. RGB value is (190,95,138). Sum of RGB (Red+Green+Blue) = 190+95+138=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F8A is #41A075. Grayscale: #808080. Windows color (decimal): -4300918 or 9068478. OLE color: 9068478.

HSL color Cylindrical-coordinate representation of color #BE5F8A: hue angle of 332.84º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BE5F8A is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 95 138 -
CMYK 0 0.5 0.27 0.25
HSL 332.84º 0.42% 0.56% -
HSV(B) 332.84º 0.5% 0.75% -
XYZ 29.91 20.97 26.52 -
YUV 128.31 133.47 172 -
System Red Green Blue C M Y K H S L
Decimal 190 95 138 0 0.5 0.27 0.25 332.84 0.42 0.56
Hex BE 5F 8A 0 32 1B 19 14D 2A 38
Octal 276 137 212 0 62 33 31 515 52 70
Binary 10111110 1011111 10001010 0 110010 11011 11001 101001101 101010 111000

Color Harmonies of #BE5F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5F8A

Black with #BE5F8A

Text Example


Text Example

White with #BE5F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5F8A; }

 p { color: rgb(190,95,138); }

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

background-color css

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

 a { background-color: rgb(190,95,138); }

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

border-color css

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

 span { border-color: rgb(190,95,138); }

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