#B269EF

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

Shades of Medium Orchid #B269EF

Tints of Medium Orchid #B269EF

Color information

#B269EF (or 0xB269EF) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and EF. RGB value is (178,105,239). Sum of RGB (Red+Green+Blue) = 178+105+239=522 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.10% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 239 (93.75% from 255 or 45.79% from 522); Max value from RGB is 239 - color contains mainly: blue. Hex color #B269EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269EF is #4D9610. Grayscale: #8D8D8D. Windows color (decimal): -5084689 or 15690162. OLE color: 15690162.

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

Color convert

RGB178105239-
CMYK0.260.5600.06
HSL272.69º80.72%67.45%-
HSV(B)272.69º56.07%93.73%-
XYZ38.9925.884.59-
YUV142.1182.68153.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.10%
GREEN value IS 105 (41.41% from 255) = 20.11%
BLUE value IS 239 (93.75% from 255) = 45.79%
R=34.10%
G=20.11%
B=45.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781052390.260.5600.06272.6980.7267.45
HexB269EF1A38061115143
Octal262151357327006421121103
Binary1011001011010011110111111010111000011010001000110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269EF; }

 p { color: rgb(178,105,239); }

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

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

 a { background-color: rgb(178,105,239); }

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

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

 span { border-color: rgb(178,105,239); }

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