Html Css Color HEX #BF4495 Mulberry

📋 copy color: '#BF4495'

red 191 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #BF4495

Tints of Mulberry #BF4495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

 BLUE value IS 149 (58.59% from 255) = 36.52%

R = 46.81%
G = 16.67%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BF4495 (or 0xBF4495) is known color: Mulberry. HEX triplet: BF, 44 and 95. RGB value is (191,68,149). Sum of RGB (Red+Green+Blue) = 191+68+149=408 (54% of max value = 765). Red value is 191 (75% from 255 or 46.81% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4495 is #40BB6A. Grayscale: #717171. Windows color (decimal): -4242283 or 9782463. OLE color: 9782463.

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

Color convert

RGB 191 68 149 -
CMYK 0 0.64 0.22 0.25
HSL 320.49º 0.49% 0.51% -
HSV(B) 320.49º 0.64% 0.75% -
XYZ 28.98 17.38 30.26 -
YUV 114.01 147.75 182.91 -
System Red Green Blue C M Y K H S L
Decimal 191 68 149 0 0.64 0.22 0.25 320.49 0.49 0.51
Hex BF 44 95 0 40 16 19 140 31 33
Octal 277 104 225 0 100 26 31 500 61 63
Binary 10111111 1000100 10010101 0 1000000 10110 11001 101000000 110001 110011

Color Harmonies of #BF4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4495

Black with #BF4495

Text Example


Text Example

White with #BF4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4495; }

 p { color: rgb(191,68,149); }

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

background-color css

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

 a { background-color: rgb(191,68,149); }

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

border-color css

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

 span { border-color: rgb(191,68,149); }

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