#B069BF

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

Shades of Medium Orchid #B069BF

Tints of Medium Orchid #B069BF

Color information

#B069BF (or 0xB069BF) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and BF. RGB value is (176,105,191). Sum of RGB (Red+Green+Blue) = 176+105+191=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 191 (75% from 255 or 40.47% from 472); Max value from RGB is 191 - color contains mainly: blue. Hex color #B069BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069BF is #4F9640. Grayscale: #878787. Windows color (decimal): -5215809 or 12544432. OLE color: 12544432.

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

Color convert

RGB176105191-
CMYK0.080.4500.25
HSL289.53º40.19%58.04%-
HSV(B)289.53º45.03%74.9%-
XYZ32.3623.0952.04-
YUV136.03159.02156.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 191 (75% from 255) = 40.47%
R=37.29%
G=22.25%
B=40.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761051910.080.4500.25289.5340.1958.04
HexB069BF82D019122283a
Octal26015127710550314425072
Binary101100001101001101111111000101101011001100100010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069BF; }

 p { color: rgb(176,105,191); }

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

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

 a { background-color: rgb(176,105,191); }

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

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

 span { border-color: rgb(176,105,191); }

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