#BF638D

Color #BF638D Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BF638D

Tints of Hopbush #BF638D

Color information

#BF638D (or 0xBF638D) is unknown color: approx Hopbush. HEX triplet: BF, 63 and 8D. RGB value is (191,99,141). Sum of RGB (Red+Green+Blue) = 191+99+141=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 99 (39.06% from 255 or 22.97% from 431); Blue value is 141 (55.47% from 255 or 32.71% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF638D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF638D is #409C72. Grayscale: #838383. Windows color (decimal): -4234355 or 9266111. OLE color: 9266111.

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

Color convert

RGB19199141-
CMYK00.480.260.25
HSL332.61º41.82%56.86%-
HSV(B)332.61º48.17%74.9%-
XYZ30.7621.9227.81-
YUV131.3133.48170.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 99 (39.06% from 255) = 22.97%
BLUE value IS 141 (55.47% from 255) = 32.71%
R=44.32%
G=22.97%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919914100.480.260.25332.6141.8256.86
HexBF638D0301A1914d2a39
Octal27714321506032315155271
Binary1011111111000111000110101100001101011001101001101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF638D; }

 p { color: rgb(191,99,141); }

 H1.HeaderClassName
 {
   color: #BF638D;
 }
 .AnyTagClassName
 {
   color: #BF638D;
 }
</style>
background-color css

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

 a { background-color: rgb(191,99,141); }

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

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

 span { border-color: rgb(191,99,141); }

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