Html Css Color HEX #BF469B Mulberry

📋 copy color: '#BF469B'

red 191 ◦ green 70 ◦ blue 155

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

Shades of Mulberry #BF469B

Tints of Mulberry #BF469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.26%

R = 45.91%
G = 16.83%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF469B (or 0xBF469B) is known color: Mulberry. HEX triplet: BF, 46 and 9B. RGB value is (191,70,155). Sum of RGB (Red+Green+Blue) = 191+70+155=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 70 (27.73% from 255 or 16.83% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF469B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF469B is #40B964. Grayscale: #737373. Windows color (decimal): -4241765 or 10176191. OLE color: 10176191.

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

Color convert

RGB 191 70 155 -
CMYK 0 0.63 0.19 0.25
HSL 317.85º 0.49% 0.51% -
HSV(B) 317.85º 0.63% 0.75% -
XYZ 29.59 17.82 32.89 -
YUV 115.87 150.09 181.59 -
System Red Green Blue C M Y K H S L
Decimal 191 70 155 0 0.63 0.19 0.25 317.85 0.49 0.51
Hex BF 46 9B 0 3F 13 19 13E 31 33
Octal 277 106 233 0 77 23 31 476 61 63
Binary 10111111 1000110 10011011 0 111111 10011 11001 100111110 110001 110011

Color Harmonies of #BF469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF469B

Black with #BF469B

Text Example


Text Example

White with #BF469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF469B; }

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

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

background-color css

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

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

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

border-color css

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

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

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