Html Css Color HEX #BE4BA4 Mulberry

📋 copy color: '#BE4BA4'

red 190 ◦ green 75 ◦ blue 164

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

Shades of Mulberry #BE4BA4

Tints of Mulberry #BE4BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.48%

 BLUE value IS 164 (64.45% from 255) = 38.23%

R = 44.29%
G = 17.48%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE4BA4 (or 0xBE4BA4) is known color: Mulberry. HEX triplet: BE, 4B and A4. RGB value is (190,75,164). Sum of RGB (Red+Green+Blue) = 190+75+164=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 75 (29.69% from 255 or 17.48% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BA4 is #41B45B. Grayscale: #777777. Windows color (decimal): -4306012 or 10767294. OLE color: 10767294.

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

Color convert

RGB 190 75 164 -
CMYK 0 0.61 0.14 0.25
HSL 313.57º 0.47% 0.52% -
HSV(B) 313.57º 0.61% 0.75% -
XYZ 30.45 18.66 37.12 -
YUV 119.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 190 75 164 0 0.61 0.14 0.25 313.57 0.47 0.52
Hex BE 4B A4 0 3D E 19 13A 2F 34
Octal 276 113 244 0 75 16 31 472 57 64
Binary 10111110 1001011 10100100 0 111101 1110 11001 100111010 101111 110100

Color Harmonies of #BE4BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4BA4

Black with #BE4BA4

Text Example


Text Example

White with #BE4BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4BA4; }

 p { color: rgb(190,75,164); }

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

background-color css

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

 a { background-color: rgb(190,75,164); }

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

border-color css

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

 span { border-color: rgb(190,75,164); }

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