#BD679D

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

Shades of Hopbush #BD679D

Tints of Hopbush #BD679D

Color information

#BD679D (or 0xBD679D) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 9D. RGB value is (189,103,157). Sum of RGB (Red+Green+Blue) = 189+103+157=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD679D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD679D is #429862. Grayscale: #868686. Windows color (decimal): -4364387 or 10315709. OLE color: 10315709.

HSL color Cylindrical-coordinate representation of color #BD679D: hue angle of 322.33º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD679D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB189103157-
CMYK00.460.170.26
HSL322.33º39.45%57.25%-
HSV(B)322.33º45.5%74.12%-
XYZ31.9222.9534.65-
YUV134.87140.49166.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.09%
GREEN value IS 103 (40.62% from 255) = 22.94%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=42.09%
G=22.94%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910315700.460.170.26322.3339.4557.25
HexBD679D02E111A1422739
Octal27514723505621325024771
Binary1011110111001111001110101011101000111010101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD679D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD679D; }

 p { color: rgb(189,103,157); }

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

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

 a { background-color: rgb(189,103,157); }

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

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

 span { border-color: rgb(189,103,157); }

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