#B65FE7

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

Shades of Medium Orchid #B65FE7

Tints of Medium Orchid #B65FE7

Color information

#B65FE7 (or 0xB65FE7) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and E7. RGB value is (182,95,231). Sum of RGB (Red+Green+Blue) = 182+95+231=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 95 (37.5% from 255 or 18.70% from 508); Blue value is 231 (90.62% from 255 or 45.47% from 508); Max value from RGB is 231 - color contains mainly: blue. Hex color #B65FE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FE7 is #49A018. Grayscale: #888888. Windows color (decimal): -4825113 or 15163318. OLE color: 15163318.

HSL color Cylindrical-coordinate representation of color #B65FE7: hue angle of 278.38º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B65FE7 is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18295231-
CMYK0.210.5900.09
HSL278.38º73.91%63.92%-
HSV(B)278.38º58.87%90.59%-
XYZ37.8123.978.22-
YUV136.52181.32160.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 95 (37.5% from 255) = 18.70%
BLUE value IS 231 (90.62% from 255) = 45.47%
R=35.83%
G=18.70%
B=45.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal182952310.210.5900.09278.3873.9163.92
HexB65FE7153B091164a40
Octal2661373472573011426112100
Binary10110110101111111100111101011110110100110001011010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FE7; }

 p { color: rgb(182,95,231); }

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

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

 a { background-color: rgb(182,95,231); }

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

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

 span { border-color: rgb(182,95,231); }

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