#BD6698

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

Shades of Hopbush #BD6698

Tints of Hopbush #BD6698

Color information

#BD6698 (or 0xBD6698) is unknown color: approx Hopbush. HEX triplet: BD, 66 and 98. RGB value is (189,102,152). Sum of RGB (Red+Green+Blue) = 189+102+152=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 152 (59.77% from 255 or 34.31% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6698 is #429967. Grayscale: #858585. Windows color (decimal): -4364648 or 9987773. OLE color: 9987773.

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

Color convert

RGB189102152-
CMYK00.460.200.26
HSL325.52º39.73%57.06%-
HSV(B)325.52º46.03%74.12%-
XYZ31.4122.5932.41-
YUV133.71138.32167.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.66%
GREEN value IS 102 (40.23% from 255) = 23.02%
BLUE value IS 152 (59.77% from 255) = 34.31%
R=42.66%
G=23.02%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910215200.460.200.26325.5239.7357.06
HexBD669802E141A1462839
Octal27514623005624325065071
Binary1011110111001101001100001011101010011010101000110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6698; }

 p { color: rgb(189,102,152); }

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

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

 a { background-color: rgb(189,102,152); }

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

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

 span { border-color: rgb(189,102,152); }

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