#B065EA

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

Shades of Medium Orchid #B065EA

Tints of Medium Orchid #B065EA

Color information

#B065EA (or 0xB065EA) is unknown color: approx Medium Orchid. HEX triplet: B0, 65 and EA. RGB value is (176,101,234). Sum of RGB (Red+Green+Blue) = 176+101+234=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #B065EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B065EA is #4F9A15. Grayscale: #8A8A8A. Windows color (decimal): -5216790 or 15361456. OLE color: 15361456.

HSL color Cylindrical-coordinate representation of color #B065EA: hue angle of 273.83º 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 #B065EA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176101234-
CMYK0.250.5700.08
HSL273.83º76%65.69%-
HSV(B)273.83º56.84%91.76%-
XYZ37.4124.4880.59-
YUV138.59181.85154.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.44%
GREEN value IS 101 (39.84% from 255) = 19.77%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=34.44%
G=19.77%
B=45.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761012340.250.5700.08273.837665.69
HexB065EA1939081124c42
Octal2601453523171010422114102
Binary10110000110010111101010110011110010100010001001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B065EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B065EA; }

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

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

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

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

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

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

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

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