Html Css Color HEX #BF429A Mulberry

📋 copy color: '#BF429A'

red 191 ◦ green 66 ◦ blue 154

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

Shades of Mulberry #BF429A

Tints of Mulberry #BF429A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 46.47%
G = 16.06%
B = 37.47%

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

#BF429A (or 0xBF429A) is known color: Mulberry. HEX triplet: BF, 42 and 9A. RGB value is (191,66,154). Sum of RGB (Red+Green+Blue) = 191+66+154=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF429A is #40BD65. Grayscale: #717171. Windows color (decimal): -4242790 or 10109631. OLE color: 10109631.

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

Color convert

RGB 191 66 154 -
CMYK 0 0.65 0.19 0.25
HSL 317.76º 0.49% 0.5% -
HSV(B) 317.76º 0.65% 0.75% -
XYZ 29.27 17.31 32.37 -
YUV 113.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 191 66 154 0 0.65 0.19 0.25 317.76 0.49 0.5
Hex BF 42 9A 0 41 13 19 13E 31 32
Octal 277 102 232 0 101 23 31 476 61 62
Binary 10111111 1000010 10011010 0 1000001 10011 11001 100111110 110001 110010

Color Harmonies of #BF429A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF429A

Black with #BF429A

Text Example


Text Example

White with #BF429A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF429A; }

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

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

background-color css

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

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

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

border-color css

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

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

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