#B65BE0

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

Shades of Medium Orchid #B65BE0

Tints of Medium Orchid #B65BE0

Color information

#B65BE0 (or 0xB65BE0) is unknown color: approx Medium Orchid. HEX triplet: B6, 5B and E0. RGB value is (182,91,224). Sum of RGB (Red+Green+Blue) = 182+91+224=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 91 (35.94% from 255 or 18.31% from 497); Blue value is 224 (87.89% from 255 or 45.07% from 497); Max value from RGB is 224 - color contains mainly: blue. Hex color #B65BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65BE0 is #49A41F. Grayscale: #848484. Windows color (decimal): -4826144 or 14703542. OLE color: 14703542.

HSL color Cylindrical-coordinate representation of color #B65BE0: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65BE0 is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18291224-
CMYK0.190.5900.12
HSL281.05º68.21%61.76%-
HSV(B)281.05º59.38%87.84%-
XYZ36.4922.8173-
YUV133.37179.15162.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 91 (35.94% from 255) = 18.31%
BLUE value IS 224 (87.89% from 255) = 45.07%
R=36.62%
G=18.31%
B=45.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182912240.190.5900.12281.0568.2161.76
HexB65BE0133B0C119443e
Octal266133340237301443110476
Binary1011011010110111110000010011111011011001000110011000100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BE0; }

 p { color: rgb(182,91,224); }

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

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

 a { background-color: rgb(182,91,224); }

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

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

 span { border-color: rgb(182,91,224); }

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