Html Css Color HEX #BF4A98 Mulberry

📋 copy color: '#BF4A98'

red 191 ◦ green 74 ◦ blue 152

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

Shades of Mulberry #BF4A98

Tints of Mulberry #BF4A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

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

R = 45.8%
G = 17.75%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF4A98 (or 0xBF4A98) is known color: Mulberry. HEX triplet: BF, 4A and 98. RGB value is (191,74,152). Sum of RGB (Red+Green+Blue) = 191+74+152=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A98 is #40B567. Grayscale: #757575. Windows color (decimal): -4240744 or 9980607. OLE color: 9980607.

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

Color convert

RGB 191 74 152 -
CMYK 0 0.61 0.20 0.25
HSL 320º 0.48% 0.52% -
HSV(B) 320º 0.61% 0.75% -
XYZ 29.6 18.24 31.67 -
YUV 117.88 147.26 180.16 -
System Red Green Blue C M Y K H S L
Decimal 191 74 152 0 0.61 0.20 0.25 320 0.48 0.52
Hex BF 4A 98 0 3D 14 19 140 30 34
Octal 277 112 230 0 75 24 31 500 60 64
Binary 10111111 1001010 10011000 0 111101 10100 11001 101000000 110000 110100

Color Harmonies of #BF4A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4A98

Black with #BF4A98

Text Example


Text Example

White with #BF4A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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