Html Css Color HEX #BF438D Mulberry

📋 copy color: '#BF438D'

red 191 ◦ green 67 ◦ blue 141

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

Shades of Mulberry #BF438D

Tints of Mulberry #BF438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

 BLUE value IS 141 (55.47% from 255) = 35.34%

R = 47.87%
G = 16.79%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BF438D (or 0xBF438D) is known color: Mulberry. HEX triplet: BF, 43 and 8D. RGB value is (191,67,141). Sum of RGB (Red+Green+Blue) = 191+67+141=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF438D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF438D is #40BC72. Grayscale: #707070. Windows color (decimal): -4242547 or 9257919. OLE color: 9257919.

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

Color convert

RGB 191 67 141 -
CMYK 0 0.65 0.26 0.25
HSL 324.19º 0.49% 0.51% -
HSV(B) 324.19º 0.65% 0.75% -
XYZ 28.3 17.01 26.99 -
YUV 112.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 191 67 141 0 0.65 0.26 0.25 324.19 0.49 0.51
Hex BF 43 8D 0 41 1A 19 144 31 33
Octal 277 103 215 0 101 32 31 504 61 63
Binary 10111111 1000011 10001101 0 1000001 11010 11001 101000100 110001 110011

Color Harmonies of #BF438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF438D

Black with #BF438D

Text Example


Text Example

White with #BF438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF438D; }

 p { color: rgb(191,67,141); }

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

background-color css

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

 a { background-color: rgb(191,67,141); }

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

border-color css

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

 span { border-color: rgb(191,67,141); }

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