#B069E3

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

Shades of Medium Orchid #B069E3

Tints of Medium Orchid #B069E3

Color information

#B069E3 (or 0xB069E3) is unknown color: approx Medium Orchid. HEX triplet: B0, 69 and E3. RGB value is (176,105,227). Sum of RGB (Red+Green+Blue) = 176+105+227=508 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.65% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 227 (89.06% from 255 or 44.69% from 508); Max value from RGB is 227 - color contains mainly: blue. Hex color #B069E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B069E3 is #4F961C. Grayscale: #8B8B8B. Windows color (decimal): -5215773 or 14903728. OLE color: 14903728.

HSL color Cylindrical-coordinate representation of color #B069E3: hue angle of 274.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B069E3 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB176105227-
CMYK0.220.5400.11
HSL274.92º68.54%65.1%-
HSV(B)274.92º53.74%89.02%-
XYZ36.8224.8875.53-
YUV140.14177.02153.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.65%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 227 (89.06% from 255) = 44.69%
R=34.65%
G=20.67%
B=44.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1761052270.220.5400.11274.9268.5465.1
HexB069E316360B1134541
Octal2601513432666013423105101
Binary10110000110100111100011101101101100101110001001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069E3; }

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

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

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

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

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

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

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

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