Html Css Color HEX #BF6590 Hopbush

📋 copy color: '#BF6590'

red 191 ◦ green 101 ◦ blue 144

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

Shades of Hopbush #BF6590

Tints of Hopbush #BF6590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.17%

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 43.81%
G = 23.17%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BF6590 (or 0xBF6590) is known color: Hopbush. HEX triplet: BF, 65 and 90. RGB value is (191,101,144). Sum of RGB (Red+Green+Blue) = 191+101+144=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6590 is #409A6F. Grayscale: #848484. Windows color (decimal): -4233840 or 9463231. OLE color: 9463231.

HSL color Cylindrical-coordinate representation of color #BF6590: hue angle of 331.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BF6590 is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 101 144 -
CMYK 0 0.47 0.25 0.25
HSL 331.33º 0.41% 0.57% -
HSV(B) 331.33º 0.47% 0.75% -
XYZ 31.17 22.4 29.07 -
YUV 132.81 134.32 169.5 -
System Red Green Blue C M Y K H S L
Decimal 191 101 144 0 0.47 0.25 0.25 331.33 0.41 0.57
Hex BF 65 90 0 2F 19 19 14B 29 39
Octal 277 145 220 0 57 31 31 513 51 71
Binary 10111111 1100101 10010000 0 101111 11001 11001 101001011 101001 111001

Color Harmonies of #BF6590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6590

Black with #BF6590

Text Example


Text Example

White with #BF6590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6590; }

 p { color: rgb(191,101,144); }

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

background-color css

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

 a { background-color: rgb(191,101,144); }

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

border-color css

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

 span { border-color: rgb(191,101,144); }

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