Html Css Color HEX #BF609D Mulberry

📋 copy color: '#BF609D'

red 191 ◦ green 96 ◦ blue 157

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

Shades of Mulberry #BF609D

Tints of Mulberry #BF609D

RGB

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

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

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

R = 43.02%
G = 21.62%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BF609D (or 0xBF609D) is known color: Mulberry. HEX triplet: BF, 60 and 9D. RGB value is (191,96,157). Sum of RGB (Red+Green+Blue) = 191+96+157=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 157 (61.72% from 255 or 35.36% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609D is #409F62. Grayscale: #838383. Windows color (decimal): -4235107 or 10313919. OLE color: 10313919.

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

Color convert

RGB 191 96 157 -
CMYK 0 0.50 0.18 0.25
HSL 321.47º 0.43% 0.56% -
HSV(B) 321.47º 0.5% 0.75% -
XYZ 31.75 21.88 34.45 -
YUV 131.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 191 96 157 0 0.50 0.18 0.25 321.47 0.43 0.56
Hex BF 60 9D 0 32 12 19 141 2B 38
Octal 277 140 235 0 62 22 31 501 53 70
Binary 10111111 1100000 10011101 0 110010 10010 11001 101000001 101011 111000

Color Harmonies of #BF609D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF609D

Black with #BF609D

Text Example


Text Example

White with #BF609D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF609D; }

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

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

background-color css

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

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

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

border-color css

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

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

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