#B669F0

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

Shades of Medium Orchid #B669F0

Tints of Medium Orchid #B669F0

Color information

#B669F0 (or 0xB669F0) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and F0. RGB value is (182,105,240). Sum of RGB (Red+Green+Blue) = 182+105+240=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 240 (94.14% from 255 or 45.54% from 527); Max value from RGB is 240 - color contains mainly: blue. Hex color #B669F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F0 is #49960F. Grayscale: #8E8E8E. Windows color (decimal): -4822544 or 15755702. OLE color: 15755702.

HSL color Cylindrical-coordinate representation of color #B669F0: hue angle of 274.22º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B669F0 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182105240-
CMYK0.240.5600.06
HSL274.22º81.82%67.65%-
HSV(B)274.22º56.25%94.12%-
XYZ40.0726.3485.41-
YUV143.41182.51155.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 105 (41.41% from 255) = 19.92%
BLUE value IS 240 (94.14% from 255) = 45.54%
R=34.54%
G=19.92%
B=45.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821052400.240.5600.06274.2281.8267.65
HexB669F01838061125244
Octal266151360307006422122104
Binary1011011011010011111000011000111000011010001001010100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669F0; }

 p { color: rgb(182,105,240); }

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

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

 a { background-color: rgb(182,105,240); }

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

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

 span { border-color: rgb(182,105,240); }

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