#B65FC8

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

Shades of Medium Orchid #B65FC8

Tints of Medium Orchid #B65FC8

Color information

#B65FC8 (or 0xB65FC8) is unknown color: approx Medium Orchid. HEX triplet: B6, 5F and C8. RGB value is (182,95,200). Sum of RGB (Red+Green+Blue) = 182+95+200=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #B65FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B65FC8 is #49A037. Grayscale: #848484. Windows color (decimal): -4825144 or 13131702. OLE color: 13131702.

HSL color Cylindrical-coordinate representation of color #B65FC8: hue angle of 289.71º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B65FC8 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18295200-
CMYK0.090.5200.22
HSL289.71º48.84%57.84%-
HSV(B)289.71º52.5%78.43%-
XYZ33.8122.357.17-
YUV132.98165.82162.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 95 (37.5% from 255) = 19.92%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=38.16%
G=19.92%
B=41.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182952000.090.5200.22289.7148.8457.84
HexB65FC8934016122313a
Octal26613731011640264426172
Binary101101101011111110010001001110100010110100100010110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FC8; }

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

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

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

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

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

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

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

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