Html Css Color HEX #BF429B Mulberry

📋 copy color: '#BF429B'

red 191 ◦ green 66 ◦ blue 155

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

Shades of Mulberry #BF429B

Tints of Mulberry #BF429B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 46.36%
G = 16.02%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BF429B (or 0xBF429B) is known color: Mulberry. HEX triplet: BF, 42 and 9B. RGB value is (191,66,155). Sum of RGB (Red+Green+Blue) = 191+66+155=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF429B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF429B is #40BD64. Grayscale: #717171. Windows color (decimal): -4242789 or 10175167. OLE color: 10175167.

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

Color convert

RGB 191 66 155 -
CMYK 0 0.65 0.19 0.25
HSL 317.28º 0.49% 0.5% -
HSV(B) 317.28º 0.65% 0.75% -
XYZ 29.35 17.34 32.81 -
YUV 113.52 151.41 183.26 -
System Red Green Blue C M Y K H S L
Decimal 191 66 155 0 0.65 0.19 0.25 317.28 0.49 0.5
Hex BF 42 9B 0 41 13 19 13D 31 32
Octal 277 102 233 0 101 23 31 475 61 62
Binary 10111111 1000010 10011011 0 1000001 10011 11001 100111101 110001 110010

Color Harmonies of #BF429B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF429B

Black with #BF429B

Text Example


Text Example

White with #BF429B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF429B; }

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

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

background-color css

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

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

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

border-color css

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

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

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