#B269E6

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

Shades of Medium Orchid #B269E6

Tints of Medium Orchid #B269E6

Color information

#B269E6 (or 0xB269E6) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and E6. RGB value is (178,105,230). Sum of RGB (Red+Green+Blue) = 178+105+230=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #B269E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269E6 is #4D9619. Grayscale: #8C8C8C. Windows color (decimal): -5084698 or 15100338. OLE color: 15100338.

HSL color Cylindrical-coordinate representation of color #B269E6: hue angle of 275.04º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B269E6 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB178105230-
CMYK0.230.5400.10
HSL275.04º71.43%65.69%-
HSV(B)275.04º54.35%90.2%-
XYZ37.6925.2877.76-
YUV141.08178.18154.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 230 (90.23% from 255) = 44.83%
R=34.70%
G=20.47%
B=44.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1781052300.230.5400.10275.0471.4365.69
HexB269E617360A1134742
Octal2621513462766012423107102
Binary10110010110100111100110101111101100101010001001110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269E6; }

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

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

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

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

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

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

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

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