#B65CF5

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

Shades of Medium Orchid #B65CF5

Tints of Medium Orchid #B65CF5

Color information

#B65CF5 (or 0xB65CF5) is unknown color: approx Medium Orchid. HEX triplet: B6, 5C and F5. RGB value is (182,92,245). Sum of RGB (Red+Green+Blue) = 182+92+245=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 92 (36.33% from 255 or 17.73% from 519); Blue value is 245 (96.09% from 255 or 47.21% from 519); Max value from RGB is 245 - color contains mainly: blue. Hex color #B65CF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65CF5 is #49A30A. Grayscale: #878787. Windows color (decimal): -4825867 or 16080054. OLE color: 16080054.

HSL color Cylindrical-coordinate representation of color #B65CF5: hue angle of 275.29º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B65CF5 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18292245-
CMYK0.260.6200.04
HSL275.29º88.44%66.08%-
HSV(B)275.29º62.45%96.08%-
XYZ39.624.1988.97-
YUV136.35189.32160.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 92 (36.33% from 255) = 17.73%
BLUE value IS 245 (96.09% from 255) = 47.21%
R=35.07%
G=17.73%
B=47.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182922450.260.6200.04275.2988.4466.08
HexB65CF51A3E041135842
Octal266134365327604423130102
Binary1011011010111001111010111010111110010010001001110110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65CF5; }

 p { color: rgb(182,92,245); }

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

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

 a { background-color: rgb(182,92,245); }

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

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

 span { border-color: rgb(182,92,245); }

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