#B268DD

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

Shades of Medium Orchid #B268DD

Tints of Medium Orchid #B268DD

Color information

#B268DD (or 0xB268DD) is unknown color: approx Medium Orchid. HEX triplet: B2, 68 and DD. RGB value is (178,104,221). Sum of RGB (Red+Green+Blue) = 178+104+221=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 221 (86.72% from 255 or 43.94% from 503); Max value from RGB is 221 - color contains mainly: blue. Hex color #B268DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268DD is #4D9722. Grayscale: #8B8B8B. Windows color (decimal): -5084963 or 14510258. OLE color: 14510258.

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

Color convert

RGB178104221-
CMYK0.190.5300.13
HSL277.95º63.24%63.73%-
HSV(B)277.95º52.94%86.67%-
XYZ36.3624.5971.24-
YUV139.46174.02155.49-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.39%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 221 (86.72% from 255) = 43.94%
R=35.39%
G=20.68%
B=43.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781042210.190.5300.13277.9563.2463.73
HexB268DD13350D1163f40
Octal262150335236501542677100
Binary1011001011010001101110110011110101011011000101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B268DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B268DD; }

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

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

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

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

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

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

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

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