#B269C1

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

Shades of Medium Orchid #B269C1

Tints of Medium Orchid #B269C1

Color information

#B269C1 (or 0xB269C1) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and C1. RGB value is (178,105,193). Sum of RGB (Red+Green+Blue) = 178+105+193=476 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.39% from 476); Green value is 105 (41.41% from 255 or 22.06% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #B269C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269C1 is #4D963E. Grayscale: #888888. Windows color (decimal): -5084735 or 12675506. OLE color: 12675506.

HSL color Cylindrical-coordinate representation of color #B269C1: hue angle of 289.77º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B269C1 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB178105193-
CMYK0.080.4600.24
HSL289.77º41.51%58.43%-
HSV(B)289.77º45.6%75.69%-
XYZ33.0423.4253.23-
YUV136.86159.68157.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.39%
GREEN value IS 105 (41.41% from 255) = 22.06%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=37.39%
G=22.06%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1781051930.080.4600.24289.7741.5158.43
HexB269C182E0181222a3a
Octal26215130110560304425272
Binary101100101101001110000011000101110011000100100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269C1; }

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

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

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

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

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

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

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

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