#B65FF3

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

Shades of Medium Orchid #B65FF3

Tints of Medium Orchid #B65FF3

Color information

#B65FF3 (or 0xB65FF3) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and F3. RGB value is (182,95,243). Sum of RGB (Red+Green+Blue) = 182+95+243=520 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35% from 520); Green value is 95 (37.5% from 255 or 18.27% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #B65FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65FF3 is #49A00C. Grayscale: #898989. Windows color (decimal): -4825101 or 15949750. OLE color: 15949750.

HSL color Cylindrical-coordinate representation of color #B65FF3: hue angle of 275.27º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B65FF3 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18295243-
CMYK0.250.6100.05
HSL275.27º86.05%66.27%-
HSV(B)275.27º60.91%95.29%-
XYZ39.5624.687.46-
YUV137.88187.32159.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35%
GREEN value IS 95 (37.5% from 255) = 18.27%
BLUE value IS 243 (95.31% from 255) = 46.73%
R=35%
G=18.27%
B=46.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182952430.250.6100.05275.2786.0566.27
HexB65FF3193D051135642
Octal266137363317505423126102
Binary1011011010111111111001111001111101010110001001110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FF3; }

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

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

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

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

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

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

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

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