Html Css Color HEX #BF5498 Mulberry

📋 copy color: '#BF5498'

red 191 ◦ green 84 ◦ blue 152

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

Shades of Mulberry #BF5498

Tints of Mulberry #BF5498

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.67%

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 44.73%
G = 19.67%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF5498 (or 0xBF5498) is known color: Mulberry. HEX triplet: BF, 54 and 98. RGB value is (191,84,152). Sum of RGB (Red+Green+Blue) = 191+84+152=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5498 is #40AB67. Grayscale: #7B7B7B. Windows color (decimal): -4238184 or 9983167. OLE color: 9983167.

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

Color convert

RGB 191 84 152 -
CMYK 0 0.56 0.20 0.25
HSL 321.87º 0.46% 0.54% -
HSV(B) 321.87º 0.56% 0.75% -
XYZ 30.32 19.68 31.91 -
YUV 123.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 191 84 152 0 0.56 0.20 0.25 321.87 0.46 0.54
Hex BF 54 98 0 38 14 19 142 2E 36
Octal 277 124 230 0 70 24 31 502 56 66
Binary 10111111 1010100 10011000 0 111000 10100 11001 101000010 101110 110110

Color Harmonies of #BF5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5498

Black with #BF5498

Text Example


Text Example

White with #BF5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5498; }

 p { color: rgb(191,84,152); }

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

background-color css

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

 a { background-color: rgb(191,84,152); }

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

border-color css

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

 span { border-color: rgb(191,84,152); }

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