#B269CA

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

Shades of Medium Orchid #B269CA

Tints of Medium Orchid #B269CA

Color information

#B269CA (or 0xB269CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 69 and CA. RGB value is (178,105,202). Sum of RGB (Red+Green+Blue) = 178+105+202=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 105 (41.41% from 255 or 21.65% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #B269CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B269CA is #4D9635. Grayscale: #898989. Windows color (decimal): -5084726 or 13265330. OLE color: 13265330.

HSL color Cylindrical-coordinate representation of color #B269CA: hue angle of 285.15º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B269CA is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB178105202-
CMYK0.120.4800.21
HSL285.15º47.78%60.2%-
HSV(B)285.15º48.02%79.22%-
XYZ34.0723.8358.68-
YUV137.88164.18156.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.70%
GREEN value IS 105 (41.41% from 255) = 21.65%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=36.70%
G=21.65%
B=41.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781052020.120.4800.21285.1547.7860.2
HexB269CAC3001511d303c
Octal26215131214600254356074
Binary101100101101001110010101100110000010101100011101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269CA; }

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

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

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

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

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

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

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

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