#B265EA

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

Shades of Medium Orchid #B265EA

Tints of Medium Orchid #B265EA

Color information

#B265EA (or 0xB265EA) is unknown color: approx Medium Orchid. HEX triplet: B2, 65 and EA. RGB value is (178,101,234). Sum of RGB (Red+Green+Blue) = 178+101+234=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 101 (39.84% from 255 or 19.69% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #B265EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B265EA is #4D9A15. Grayscale: #8A8A8A. Windows color (decimal): -5085718 or 15361458. OLE color: 15361458.

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

Color convert

RGB178101234-
CMYK0.240.5700.08
HSL274.74º76%65.69%-
HSV(B)274.74º56.84%91.76%-
XYZ37.8724.7180.62-
YUV139.18181.51155.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.70%
GREEN value IS 101 (39.84% from 255) = 19.69%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=34.70%
G=19.69%
B=45.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781012340.240.5700.08274.747665.69
HexB265EA1839081134c42
Octal2621453523071010423114102
Binary10110010110010111101010110001110010100010001001110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B265EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B265EA; }

 p { color: rgb(178,101,234); }

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

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

 a { background-color: rgb(178,101,234); }

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

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

 span { border-color: rgb(178,101,234); }

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