Html Css Color HEX #BF5898 Mulberry

📋 copy color: '#BF5898'

red 191 ◦ green 88 ◦ blue 152

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

Shades of Mulberry #BF5898

Tints of Mulberry #BF5898

RGB

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

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

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

R = 44.32%
G = 20.42%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF5898 (or 0xBF5898) is known color: Mulberry. HEX triplet: BF, 58 and 98. RGB value is (191,88,152). Sum of RGB (Red+Green+Blue) = 191+88+152=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5898 is #40A767. Grayscale: #7D7D7D. Windows color (decimal): -4237160 or 9984191. OLE color: 9984191.

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

Color convert

RGB 191 88 152 -
CMYK 0 0.54 0.20 0.25
HSL 322.72º 0.45% 0.55% -
HSV(B) 322.72º 0.54% 0.75% -
XYZ 30.64 20.32 32.01 -
YUV 126.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 191 88 152 0 0.54 0.20 0.25 322.72 0.45 0.55
Hex BF 58 98 0 36 14 19 143 2D 37
Octal 277 130 230 0 66 24 31 503 55 67
Binary 10111111 1011000 10011000 0 110110 10100 11001 101000011 101101 110111

Color Harmonies of #BF5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5898

Black with #BF5898

Text Example


Text Example

White with #BF5898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5898; }

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

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

background-color css

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

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

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

border-color css

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

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

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