#BD679E

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

Shades of Hopbush #BD679E

Tints of Hopbush #BD679E

Color information

#BD679E (or 0xBD679E) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 9E. RGB value is (189,103,158). Sum of RGB (Red+Green+Blue) = 189+103+158=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 103 (40.62% from 255 or 22.89% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD679E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD679E is #429861. Grayscale: #868686. Windows color (decimal): -4364386 or 10381245. OLE color: 10381245.

HSL color Cylindrical-coordinate representation of color #BD679E: hue angle of 321.63º 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 #BD679E is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB189103158-
CMYK00.460.160.26
HSL321.63º39.45%57.25%-
HSV(B)321.63º45.5%74.12%-
XYZ32.0122.9935.1-
YUV134.98140.99166.53-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42%
GREEN value IS 103 (40.62% from 255) = 22.89%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=42%
G=22.89%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910315800.460.160.26321.6339.4557.25
HexBD679E02E101A1422739
Octal27514723605620325024771
Binary1011110111001111001111001011101000011010101000010100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD679E; }

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

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

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

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

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

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

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

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