Html Css Color HEX #BF429D Mulberry

📋 copy color: '#BF429D'

red 191 ◦ green 66 ◦ blue 157

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

Shades of Mulberry #BF429D

Tints of Mulberry #BF429D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

 BLUE value IS 157 (61.72% from 255) = 37.92%

R = 46.14%
G = 15.94%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF429D (or 0xBF429D) is known color: Mulberry. HEX triplet: BF, 42 and 9D. RGB value is (191,66,157). Sum of RGB (Red+Green+Blue) = 191+66+157=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 157 (61.72% from 255 or 37.92% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF429D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF429D is #40BD62. Grayscale: #717171. Windows color (decimal): -4242787 or 10306239. OLE color: 10306239.

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

Color convert

RGB 191 66 157 -
CMYK 0 0.65 0.18 0.25
HSL 316.32º 0.49% 0.5% -
HSV(B) 316.32º 0.65% 0.75% -
XYZ 29.52 17.41 33.7 -
YUV 113.75 152.41 183.1 -
System Red Green Blue C M Y K H S L
Decimal 191 66 157 0 0.65 0.18 0.25 316.32 0.49 0.5
Hex BF 42 9D 0 41 12 19 13C 31 32
Octal 277 102 235 0 101 22 31 474 61 62
Binary 10111111 1000010 10011101 0 1000001 10010 11001 100111100 110001 110010

Color Harmonies of #BF429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF429D

Black with #BF429D

Text Example


Text Example

White with #BF429D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF429D; }

 p { color: rgb(191,66,157); }

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

background-color css

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

 a { background-color: rgb(191,66,157); }

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

border-color css

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

 span { border-color: rgb(191,66,157); }

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