Html Css Color HEX #BF609C Mulberry

📋 copy color: '#BF609C'

red 191 ◦ green 96 ◦ blue 156

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

Shades of Mulberry #BF609C

Tints of Mulberry #BF609C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.21%

R = 43.12%
G = 21.67%
B = 35.21%

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

#BF609C (or 0xBF609C) is known color: Mulberry. HEX triplet: BF, 60 and 9C. RGB value is (191,96,156). Sum of RGB (Red+Green+Blue) = 191+96+156=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 156 (61.33% from 255 or 35.21% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BF609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF609C is #409F63. Grayscale: #838383. Windows color (decimal): -4235108 or 10248383. OLE color: 10248383.

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

Color convert

RGB 191 96 156 -
CMYK 0 0.50 0.18 0.25
HSL 322.11º 0.43% 0.56% -
HSV(B) 322.11º 0.5% 0.75% -
XYZ 31.67 21.84 34 -
YUV 131.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 191 96 156 0 0.50 0.18 0.25 322.11 0.43 0.56
Hex BF 60 9C 0 32 12 19 142 2B 38
Octal 277 140 234 0 62 22 31 502 53 70
Binary 10111111 1100000 10011100 0 110010 10010 11001 101000010 101011 111000

Color Harmonies of #BF609C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF609C

Black with #BF609C

Text Example


Text Example

White with #BF609C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF609C; }

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

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

background-color css

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

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

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

border-color css

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

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

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