Html Css Color HEX #BF438A Mulberry

📋 copy color: '#BF438A'

red 191 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #BF438A

Tints of Mulberry #BF438A

RGB

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

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

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

R = 48.23%
G = 16.92%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF438A (or 0xBF438A) is known color: Mulberry. HEX triplet: BF, 43 and 8A. RGB value is (191,67,138). Sum of RGB (Red+Green+Blue) = 191+67+138=396 (52% of max value = 765). Red value is 191 (75% from 255 or 48.23% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 191 - color contains mainly: red. Hex color #BF438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF438A is #40BC75. Grayscale: #707070. Windows color (decimal): -4242550 or 9061311. OLE color: 9061311.

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

Color convert

RGB 191 67 138 -
CMYK 0 0.65 0.28 0.25
HSL 325.65º 0.49% 0.51% -
HSV(B) 325.65º 0.65% 0.75% -
XYZ 28.08 16.93 25.83 -
YUV 112.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 191 67 138 0 0.65 0.28 0.25 325.65 0.49 0.51
Hex BF 43 8A 0 41 1C 19 146 31 33
Octal 277 103 212 0 101 34 31 506 61 63
Binary 10111111 1000011 10001010 0 1000001 11100 11001 101000110 110001 110011

Color Harmonies of #BF438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF438A

Black with #BF438A

Text Example


Text Example

White with #BF438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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