Html Css Color HEX #BF5894 Mulberry

📋 copy color: '#BF5894'

red 191 ◦ green 88 ◦ blue 148

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

Shades of Mulberry #BF5894

Tints of Mulberry #BF5894

RGB

 RED value IS 191 (75% from 255) = 44.73%

 GREEN value IS 88 (34.77% from 255) = 20.61%

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 44.73%
G = 20.61%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BF5894 (or 0xBF5894) is known color: Mulberry. HEX triplet: BF, 58 and 94. RGB value is (191,88,148). Sum of RGB (Red+Green+Blue) = 191+88+148=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5894 is #40A76B. Grayscale: #7D7D7D. Windows color (decimal): -4237164 or 9722047. OLE color: 9722047.

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

Color convert

RGB 191 88 148 -
CMYK 0 0.54 0.23 0.25
HSL 325.05º 0.45% 0.55% -
HSV(B) 325.05º 0.54% 0.75% -
XYZ 30.32 20.19 30.32 -
YUV 125.64 140.62 174.62 -
System Red Green Blue C M Y K H S L
Decimal 191 88 148 0 0.54 0.23 0.25 325.05 0.45 0.55
Hex BF 58 94 0 36 17 19 145 2D 37
Octal 277 130 224 0 66 27 31 505 55 67
Binary 10111111 1011000 10010100 0 110110 10111 11001 101000101 101101 110111

Color Harmonies of #BF5894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5894

Black with #BF5894

Text Example


Text Example

White with #BF5894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5894; }

 p { color: rgb(191,88,148); }

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

background-color css

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

 a { background-color: rgb(191,88,148); }

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

border-color css

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

 span { border-color: rgb(191,88,148); }

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