Html Css Color HEX #BF609F Mulberry

📋 copy color: '#BF609F'

red 191 ◦ green 96 ◦ blue 159

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

Shades of Mulberry #BF609F

Tints of Mulberry #BF609F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.52%

 BLUE value IS 159 (62.5% from 255) = 35.65%

R = 42.83%
G = 21.52%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BF609F (or 0xBF609F) is known color: Mulberry. HEX triplet: BF, 60 and 9F. RGB value is (191,96,159). Sum of RGB (Red+Green+Blue) = 191+96+159=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 96 (37.89% from 255 or 21.52% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609F is #409F60. Grayscale: #838383. Windows color (decimal): -4235105 or 10444991. OLE color: 10444991.

HSL color Cylindrical-coordinate representation of color #BF609F: hue angle of 320.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF609F is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 159 -
CMYK 0 0.50 0.17 0.25
HSL 320.21º 0.43% 0.56% -
HSV(B) 320.21º 0.5% 0.75% -
XYZ 31.93 21.95 35.35 -
YUV 131.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 191 96 159 0 0.50 0.17 0.25 320.21 0.43 0.56
Hex BF 60 9F 0 32 11 19 140 2B 38
Octal 277 140 237 0 62 21 31 500 53 70
Binary 10111111 1100000 10011111 0 110010 10001 11001 101000000 101011 111000

Color Harmonies of #BF609F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF609F

Black with #BF609F

Text Example


Text Example

White with #BF609F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF609F; }

 p { color: rgb(191,96,159); }

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

background-color css

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

 a { background-color: rgb(191,96,159); }

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

border-color css

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

 span { border-color: rgb(191,96,159); }

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