#B65BFD

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

Shades of Medium Orchid #B65BFD

Tints of Medium Orchid #B65BFD

Color information

#B65BFD (or 0xB65BFD) is unknown color: approx Medium Orchid. HEX triplet: B6, 5B and FD. RGB value is (182,91,253). Sum of RGB (Red+Green+Blue) = 182+91+253=526 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.60% from 526); Green value is 91 (35.94% from 255 or 17.30% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #B65BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B65BFD is #49A402. Grayscale: #888888. Windows color (decimal): -4826115 or 16604086. OLE color: 16604086.

HSL color Cylindrical-coordinate representation of color #B65BFD: hue angle of 273.7º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B65BFD is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18291253-
CMYK0.280.6400.01
HSL273.7º97.59%67.45%-
HSV(B)273.7º64.03%99.22%-
XYZ40.7624.5295.51-
YUV136.68193.65160.33-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.60%
GREEN value IS 91 (35.94% from 255) = 17.30%
BLUE value IS 253 (99.22% from 255) = 48.10%
R=34.60%
G=17.30%
B=48.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182912530.280.6400.01273.797.5967.45
HexB65BFD1C40011126243
Octal2661333753410001422142103
Binary101101101011011111111011110010000000110001001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BFD; }

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

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

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

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

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

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

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

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