#B268DC

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

Shades of Medium Orchid #B268DC

Tints of Medium Orchid #B268DC

Color information

#B268DC (or 0xB268DC) is unknown color: approx Medium Orchid. HEX triplet: B2, 68 and DC. RGB value is (178,104,220). Sum of RGB (Red+Green+Blue) = 178+104+220=502 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.46% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #B268DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DC is #4D9723. Grayscale: #8A8A8A. Windows color (decimal): -5084964 or 14444722. OLE color: 14444722.

HSL color Cylindrical-coordinate representation of color #B268DC: hue angle of 278.28º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B268DC is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178104220-
CMYK0.190.5300.14
HSL278.28º62.37%63.53%-
HSV(B)278.28º52.73%86.27%-
XYZ36.2324.5370.54-
YUV139.35173.52155.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.46%
GREEN value IS 104 (41.02% from 255) = 20.72%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=35.46%
G=20.72%
B=43.82%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781042200.190.5300.14278.2862.3763.53
HexB268DC13350E1163e40
Octal262150334236501642676100
Binary1011001011010001101110010011110101011101000101101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B268DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B268DC; }

 p { color: rgb(178,104,220); }

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

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

 a { background-color: rgb(178,104,220); }

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

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

 span { border-color: rgb(178,104,220); }

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