Html Css Color HEX #BF438B Mulberry

📋 copy color: '#BF438B'

red 191 ◦ green 67 ◦ blue 139

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

Shades of Mulberry #BF438B

Tints of Mulberry #BF438B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.01%

R = 48.11%
G = 16.88%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BF438B (or 0xBF438B) is known color: Mulberry. HEX triplet: BF, 43 and 8B. RGB value is (191,67,139). Sum of RGB (Red+Green+Blue) = 191+67+139=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF438B is #40BC74. Grayscale: #707070. Windows color (decimal): -4242549 or 9126847. OLE color: 9126847.

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

Color convert

RGB 191 67 139 -
CMYK 0 0.65 0.27 0.25
HSL 325.16º 0.49% 0.51% -
HSV(B) 325.16º 0.65% 0.75% -
XYZ 28.15 16.95 26.21 -
YUV 112.28 143.08 184.15 -
System Red Green Blue C M Y K H S L
Decimal 191 67 139 0 0.65 0.27 0.25 325.16 0.49 0.51
Hex BF 43 8B 0 41 1B 19 145 31 33
Octal 277 103 213 0 101 33 31 505 61 63
Binary 10111111 1000011 10001011 0 1000001 11011 11001 101000101 110001 110011

Color Harmonies of #BF438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF438B

Black with #BF438B

Text Example


Text Example

White with #BF438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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