#B660FD

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

Shades of Medium Orchid #B660FD

Tints of Medium Orchid #B660FD

Color information

#B660FD (or 0xB660FD) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and FD. RGB value is (182,96,253). Sum of RGB (Red+Green+Blue) = 182+96+253=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 253 (99.22% from 255 or 47.65% from 531); Max value from RGB is 253 - color contains mainly: blue. Hex color #B660FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660FD is #499F02. Grayscale: #8B8B8B. Windows color (decimal): -4824835 or 16605366. OLE color: 16605366.

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

Color convert

RGB18296253-
CMYK0.280.6200.01
HSL272.87º97.52%68.43%-
HSV(B)272.87º62.06%99.22%-
XYZ41.225.495.66-
YUV139.61191.99158.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 96 (37.89% from 255) = 18.08%
BLUE value IS 253 (99.22% from 255) = 47.65%
R=34.27%
G=18.08%
B=47.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182962530.280.6200.01272.8797.5268.43
HexB660FD1C3E011116244
Octal266140375347601421142104
Binary10110110110000011111101111001111100110001000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660FD; }

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

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

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

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

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

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

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

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