Html Css Color HEX #BF61A5 Mulberry

📋 copy color: '#BF61A5'

red 191 ◦ green 97 ◦ blue 165

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

Shades of Mulberry #BF61A5

Tints of Mulberry #BF61A5

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.41%

 BLUE value IS 165 (64.84% from 255) = 36.42%

R = 42.16%
G = 21.41%
B = 36.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BF61A5 (or 0xBF61A5) is known color: Mulberry. HEX triplet: BF, 61 and A5. RGB value is (191,97,165). Sum of RGB (Red+Green+Blue) = 191+97+165=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 165 (64.84% from 255 or 36.42% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF61A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF61A5 is #409E5A. Grayscale: #848484. Windows color (decimal): -4234843 or 10838463. OLE color: 10838463.

HSL color Cylindrical-coordinate representation of color #BF61A5: hue angle of 316.6º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF61A5 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 97 165 -
CMYK 0 0.49 0.14 0.25
HSL 316.6º 0.42% 0.56% -
HSV(B) 316.6º 0.49% 0.75% -
XYZ 32.55 22.34 38.19 -
YUV 132.86 146.14 169.47 -
System Red Green Blue C M Y K H S L
Decimal 191 97 165 0 0.49 0.14 0.25 316.6 0.42 0.56
Hex BF 61 A5 0 31 E 19 13D 2A 38
Octal 277 141 245 0 61 16 31 475 52 70
Binary 10111111 1100001 10100101 0 110001 1110 11001 100111101 101010 111000

Color Harmonies of #BF61A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF61A5

Black with #BF61A5

Text Example


Text Example

White with #BF61A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF61A5; }

 p { color: rgb(191,97,165); }

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

background-color css

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

 a { background-color: rgb(191,97,165); }

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

border-color css

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

 span { border-color: rgb(191,97,165); }

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