Html Css Color HEX #BF4898 Mulberry

📋 copy color: '#BF4898'

red 191 ◦ green 72 ◦ blue 152

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

Shades of Mulberry #BF4898

Tints of Mulberry #BF4898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.35%

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

R = 46.02%
G = 17.35%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF4898 (or 0xBF4898) is known color: Mulberry. HEX triplet: BF, 48 and 98. RGB value is (191,72,152). Sum of RGB (Red+Green+Blue) = 191+72+152=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 152 (59.77% from 255 or 36.63% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4898 is #40B767. Grayscale: #747474. Windows color (decimal): -4241256 or 9980095. OLE color: 9980095.

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

Color convert

RGB 191 72 152 -
CMYK 0 0.62 0.20 0.25
HSL 319.66º 0.48% 0.52% -
HSV(B) 319.66º 0.62% 0.75% -
XYZ 29.47 17.98 31.62 -
YUV 116.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 191 72 152 0 0.62 0.20 0.25 319.66 0.48 0.52
Hex BF 48 98 0 3E 14 19 140 30 34
Octal 277 110 230 0 76 24 31 500 60 64
Binary 10111111 1001000 10011000 0 111110 10100 11001 101000000 110000 110100

Color Harmonies of #BF4898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4898

Black with #BF4898

Text Example


Text Example

White with #BF4898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4898; }

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

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

background-color css

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

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

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

border-color css

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

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

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