Html Css Color HEX #BF469D Mulberry

📋 copy color: '#BF469D'

red 191 ◦ green 70 ◦ blue 157

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

Shades of Mulberry #BF469D

Tints of Mulberry #BF469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.56%

R = 45.69%
G = 16.75%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF469D (or 0xBF469D) is known color: Mulberry. HEX triplet: BF, 46 and 9D. RGB value is (191,70,157). Sum of RGB (Red+Green+Blue) = 191+70+157=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF469D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF469D is #40B962. Grayscale: #737373. Windows color (decimal): -4241763 or 10307263. OLE color: 10307263.

HSL color Cylindrical-coordinate representation of color #BF469D: hue angle of 316.86º 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 #BF469D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 70 157 -
CMYK 0 0.63 0.18 0.25
HSL 316.86º 0.49% 0.51% -
HSV(B) 316.86º 0.63% 0.75% -
XYZ 29.76 17.89 33.78 -
YUV 116.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 191 70 157 0 0.63 0.18 0.25 316.86 0.49 0.51
Hex BF 46 9D 0 3F 12 19 13D 31 33
Octal 277 106 235 0 77 22 31 475 61 63
Binary 10111111 1000110 10011101 0 111111 10010 11001 100111101 110001 110011

Color Harmonies of #BF469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF469D

Black with #BF469D

Text Example


Text Example

White with #BF469D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF469D; }

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

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

background-color css

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

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

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

border-color css

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

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

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