#B264CA

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

Shades of Medium Orchid #B264CA

Tints of Medium Orchid #B264CA

Color information

#B264CA (or 0xB264CA) is unknown color: approx Medium Orchid. HEX triplet: B2, 64 and CA. RGB value is (178,100,202). Sum of RGB (Red+Green+Blue) = 178+100+202=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #B264CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B264CA is #4D9B35. Grayscale: #868686. Windows color (decimal): -5086006 or 13264050. OLE color: 13264050.

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

Color convert

RGB178100202-
CMYK0.120.5000.21
HSL285.88º49.04%59.22%-
HSV(B)285.88º50.5%79.22%-
XYZ33.5822.8458.52-
YUV134.95165.84158.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.08%
GREEN value IS 100 (39.45% from 255) = 20.83%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=37.08%
G=20.83%
B=42.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1781002020.120.5000.21285.8849.0459.22
HexB264CAC3201511e313b
Octal26214431214620254366173
Binary101100101100100110010101100110010010101100011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264CA; }

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

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

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

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

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

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

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

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