#B268CC

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

Shades of Medium Orchid #B268CC

Tints of Medium Orchid #B268CC

Color information

#B268CC (or 0xB268CC) is unknown color: approx Medium Orchid. HEX triplet: B2, 68 and CC. RGB value is (178,104,204). Sum of RGB (Red+Green+Blue) = 178+104+204=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 204 - color contains mainly: blue. Hex color #B268CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B268CC is #4D9733. Grayscale: #898989. Windows color (decimal): -5084980 or 13396146. OLE color: 13396146.

HSL color Cylindrical-coordinate representation of color #B268CC: hue angle of 284.4º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B268CC is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB178104204-
CMYK0.130.4900.2
HSL284.4º49.5%60.39%-
HSV(B)284.4º49.02%80%-
XYZ34.2123.7359.9-
YUV137.53165.52156.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.63%
GREEN value IS 104 (41.02% from 255) = 21.40%
BLUE value IS 204 (80.08% from 255) = 41.98%
R=36.63%
G=21.40%
B=41.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1781042040.130.4900.2284.449.560.39
HexB268CCD3101411c323c
Octal26215031415610244346274
Binary101100101101000110011001101110001010100100011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B268CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B268CC; }

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

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

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

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

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

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

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

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