Html Css Color HEX #BF469F Mulberry

📋 copy color: '#BF469F'

red 191 ◦ green 70 ◦ blue 159

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

Shades of Mulberry #BF469F

Tints of Mulberry #BF469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 45.48%
G = 16.67%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF469F (or 0xBF469F) is known color: Mulberry. HEX triplet: BF, 46 and 9F. RGB value is (191,70,159). Sum of RGB (Red+Green+Blue) = 191+70+159=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF469F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF469F is #40B960. Grayscale: #747474. Windows color (decimal): -4241761 or 10438335. OLE color: 10438335.

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

Color convert

RGB 191 70 159 -
CMYK 0 0.63 0.17 0.25
HSL 315.87º 0.49% 0.51% -
HSV(B) 315.87º 0.63% 0.75% -
XYZ 29.93 17.96 34.69 -
YUV 116.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 191 70 159 0 0.63 0.17 0.25 315.87 0.49 0.51
Hex BF 46 9F 0 3F 11 19 13C 31 33
Octal 277 106 237 0 77 21 31 474 61 63
Binary 10111111 1000110 10011111 0 111111 10001 11001 100111100 110001 110011

Color Harmonies of #BF469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF469F

Black with #BF469F

Text Example


Text Example

White with #BF469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF469F; }

 p { color: rgb(191,70,159); }

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

background-color css

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

 a { background-color: rgb(191,70,159); }

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

border-color css

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

 span { border-color: rgb(191,70,159); }

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