Html Css Color HEX #BE5F9B Mulberry

📋 copy color: '#BE5F9B'

red 190 ◦ green 95 ◦ blue 155

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

Shades of Mulberry #BE5F9B

Tints of Mulberry #BE5F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 43.18%
G = 21.59%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE5F9B (or 0xBE5F9B) is known color: Mulberry. HEX triplet: BE, 5F and 9B. RGB value is (190,95,155). Sum of RGB (Red+Green+Blue) = 190+95+155=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F9B is #41A064. Grayscale: #828282. Windows color (decimal): -4300901 or 10182590. OLE color: 10182590.

HSL color Cylindrical-coordinate representation of color #BE5F9B: hue angle of 322.11º 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 #BE5F9B is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 95 155 -
CMYK 0 0.5 0.18 0.25
HSL 322.11º 0.42% 0.56% -
HSV(B) 322.11º 0.5% 0.75% -
XYZ 31.24 21.5 33.51 -
YUV 130.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 190 95 155 0 0.5 0.18 0.25 322.11 0.42 0.56
Hex BE 5F 9B 0 32 12 19 142 2A 38
Octal 276 137 233 0 62 22 31 502 52 70
Binary 10111110 1011111 10011011 0 110010 10010 11001 101000010 101010 111000

Color Harmonies of #BE5F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5F9B

Black with #BE5F9B

Text Example


Text Example

White with #BE5F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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