#BD6793

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

Shades of Hopbush #BD6793

Tints of Hopbush #BD6793

Color information

#BD6793 (or 0xBD6793) is unknown color: approx Hopbush. HEX triplet: BD, 67 and 93. RGB value is (189,103,147). Sum of RGB (Red+Green+Blue) = 189+103+147=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 103 (40.62% from 255 or 23.46% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6793 is #42986C. Grayscale: #858585. Windows color (decimal): -4364397 or 9660349. OLE color: 9660349.

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

Color convert

RGB189103147-
CMYK00.460.220.26
HSL329.3º39.45%57.25%-
HSV(B)329.3º45.5%74.12%-
XYZ31.122.6330.33-
YUV133.73135.49167.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 103 (40.62% from 255) = 23.46%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=43.05%
G=23.46%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18910314700.460.220.26329.339.4557.25
HexBD679302E161A1492739
Octal27514722305626325114771
Binary1011110111001111001001101011101011011010101001001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6793; }

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

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

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

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

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

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

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

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