Html Css Color HEX #BF468A Mulberry

📋 copy color: '#BF468A'

red 191 ◦ green 70 ◦ blue 138

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

Shades of Mulberry #BF468A

Tints of Mulberry #BF468A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 47.87%
G = 17.54%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF468A (or 0xBF468A) is known color: Mulberry. HEX triplet: BF, 46 and 8A. RGB value is (191,70,138). Sum of RGB (Red+Green+Blue) = 191+70+138=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 70 (27.73% from 255 or 17.54% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF468A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF468A is #40B975. Grayscale: #717171. Windows color (decimal): -4241782 or 9062079. OLE color: 9062079.

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

Color convert

RGB 191 70 138 -
CMYK 0 0.63 0.28 0.25
HSL 326.28º 0.49% 0.51% -
HSV(B) 326.28º 0.63% 0.75% -
XYZ 28.26 17.29 25.89 -
YUV 113.93 141.59 182.97 -
System Red Green Blue C M Y K H S L
Decimal 191 70 138 0 0.63 0.28 0.25 326.28 0.49 0.51
Hex BF 46 8A 0 3F 1C 19 146 31 33
Octal 277 106 212 0 77 34 31 506 61 63
Binary 10111111 1000110 10001010 0 111111 11100 11001 101000110 110001 110011

Color Harmonies of #BF468A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF468A

Black with #BF468A

Text Example


Text Example

White with #BF468A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF468A; }

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

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

background-color css

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

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

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

border-color css

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

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

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