Html Css Color HEX #BF4398 Mulberry

📋 copy color: '#BF4398'

red 191 ◦ green 67 ◦ blue 152

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

Shades of Mulberry #BF4398

Tints of Mulberry #BF4398

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 46.59%
G = 16.34%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#BF4398 (or 0xBF4398) is known color: Mulberry. HEX triplet: BF, 43 and 98. RGB value is (191,67,152). Sum of RGB (Red+Green+Blue) = 191+67+152=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 152 (59.77% from 255 or 37.07% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4398 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4398 is #40BC67. Grayscale: #717171. Windows color (decimal): -4242536 or 9978815. OLE color: 9978815.

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

Color convert

RGB 191 67 152 -
CMYK 0 0.65 0.20 0.25
HSL 318.87º 0.49% 0.51% -
HSV(B) 318.87º 0.65% 0.75% -
XYZ 29.16 17.36 31.52 -
YUV 113.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 191 67 152 0 0.65 0.20 0.25 318.87 0.49 0.51
Hex BF 43 98 0 41 14 19 13F 31 33
Octal 277 103 230 0 101 24 31 477 61 63
Binary 10111111 1000011 10011000 0 1000001 10100 11001 100111111 110001 110011

Color Harmonies of #BF4398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4398

Black with #BF4398

Text Example


Text Example

White with #BF4398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4398; }

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

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

background-color css

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

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

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

border-color css

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

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

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