#B069ED

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

Shades of Medium Purple #B069ED

Tints of Medium Purple #B069ED

Color information

#B069ED (or 0xB069ED) is unknown color: approx Medium Purple. HEX triplet: B0, 69 and ED. RGB value is (176,105,237). Sum of RGB (Red+Green+Blue) = 176+105+237=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 105 (41.41% from 255 or 20.27% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B069ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B069ED is #4F9612. Grayscale: #8C8C8C. Windows color (decimal): -5215763 or 15559088. OLE color: 15559088.

HSL color Cylindrical-coordinate representation of color #B069ED: hue angle of 272.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B069ED is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176105237-
CMYK0.260.5600.07
HSL272.27º78.57%67.06%-
HSV(B)272.27º55.7%92.94%-
XYZ38.2425.4583.02-
YUV141.28182.02152.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.98%
GREEN value IS 105 (41.41% from 255) = 20.27%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=33.98%
G=20.27%
B=45.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761052370.260.5600.07272.2778.5767.06
HexB069ED1A38071104f43
Octal260151355327007420117103
Binary1011000011010011110110111010111000011110001000010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B069ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B069ED; }

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

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

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

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

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

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

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

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