#B269E7

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

Shades of Medium Orchid #B269E7

Tints of Medium Orchid #B269E7

Color information

#B269E7 (or 0xB269E7) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and E7. RGB value is (178,105,231). Sum of RGB (Red+Green+Blue) = 178+105+231=514 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.63% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 231 (90.62% from 255 or 44.94% from 514); Max value from RGB is 231 - color contains mainly: blue. Hex color #B269E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269E7 is #4D9618. Grayscale: #8C8C8C. Windows color (decimal): -5084697 or 15165874. OLE color: 15165874.

HSL color Cylindrical-coordinate representation of color #B269E7: hue angle of 274.76º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B269E7 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB178105231-
CMYK0.230.5500.09
HSL274.76º72.41%65.88%-
HSV(B)274.76º54.55%90.59%-
XYZ37.8425.3478.5-
YUV141.19178.68154.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.63%
GREEN value IS 105 (41.41% from 255) = 20.43%
BLUE value IS 231 (90.62% from 255) = 44.94%
R=34.63%
G=20.43%
B=44.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1781052310.230.5500.09274.7672.4165.88
HexB269E71737091134842
Octal2621513472767011423110102
Binary10110010110100111100111101111101110100110001001110010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269E7; }

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

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

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

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

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

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

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

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