#B65EEA

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

Shades of Medium Orchid #B65EEA

Tints of Medium Orchid #B65EEA

Color information

#B65EEA (or 0xB65EEA) is unknown color: approx Medium Orchid. HEX triplet: B6, 5E and EA. RGB value is (182,94,234). Sum of RGB (Red+Green+Blue) = 182+94+234=510 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.69% from 510); Green value is 94 (37.11% from 255 or 18.43% from 510); Blue value is 234 (91.80% from 255 or 45.88% from 510); Max value from RGB is 234 - color contains mainly: blue. Hex color #B65EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65EEA is #49A115. Grayscale: #878787. Windows color (decimal): -4825366 or 15359670. OLE color: 15359670.

HSL color Cylindrical-coordinate representation of color #B65EEA: hue angle of 277.71º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B65EEA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18294234-
CMYK0.220.6000.08
HSL277.71º76.92%64.31%-
HSV(B)277.71º59.83%91.76%-
XYZ38.1523.8980.44-
YUV136.27183.15160.62-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.69%
GREEN value IS 94 (37.11% from 255) = 18.43%
BLUE value IS 234 (91.80% from 255) = 45.88%
R=35.69%
G=18.43%
B=45.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal182942340.220.6000.08277.7176.9264.31
HexB65EEA163C081164d40
Octal2661363522674010426115100
Binary10110110101111011101010101101111000100010001011010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65EEA; }

 p { color: rgb(182,94,234); }

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

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

 a { background-color: rgb(182,94,234); }

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

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

 span { border-color: rgb(182,94,234); }

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