#BF67A4

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

Shades of Hopbush #BF67A4

Tints of Hopbush #BF67A4

Color information

#BF67A4 (or 0xBF67A4) is unknown color: approx Hopbush. HEX triplet: BF, 67 and A4. RGB value is (191,103,164). Sum of RGB (Red+Green+Blue) = 191+103+164=458 (60% of max value = 765). Red value is 191 (75% from 255 or 41.70% from 458); Green value is 103 (40.62% from 255 or 22.49% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 191 - color contains mainly: red. Hex color #BF67A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF67A4 is #40985B. Grayscale: #888888. Windows color (decimal): -4233308 or 10774463. OLE color: 10774463.

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

Color convert

RGB191103164-
CMYK00.460.140.25
HSL318.41º40.74%57.65%-
HSV(B)318.41º46.07%74.9%-
XYZ33.0423.4637.91-
YUV136.27143.65167.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.70%
GREEN value IS 103 (40.62% from 255) = 22.49%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=41.70%
G=22.49%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110316400.460.140.25318.4140.7457.65
HexBF67A402EE1913e293a
Octal27714724405616314765172
Binary101111111100111101001000101110111011001100111110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF67A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF67A4; }

 p { color: rgb(191,103,164); }

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

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

 a { background-color: rgb(191,103,164); }

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

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

 span { border-color: rgb(191,103,164); }

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