#B669F7

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

Shades of Medium Orchid #B669F7

Tints of Medium Orchid #B669F7

Color information

#B669F7 (or 0xB669F7) is unknown color: approx Medium Orchid. HEX triplet: B6, 69 and F7. RGB value is (182,105,247). Sum of RGB (Red+Green+Blue) = 182+105+247=534 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.08% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 247 (96.88% from 255 or 46.25% from 534); Max value from RGB is 247 - color contains mainly: blue. Hex color #B669F7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669F7 is #499608. Grayscale: #8F8F8F. Windows color (decimal): -4822537 or 16214454. OLE color: 16214454.

HSL color Cylindrical-coordinate representation of color #B669F7: hue angle of 272.54º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B669F7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182105247-
CMYK0.260.5700.03
HSL272.54º89.87%69.02%-
HSV(B)272.54º57.49%96.86%-
XYZ41.1326.7690.99-
YUV144.21186.01154.95-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.08%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 247 (96.88% from 255) = 46.25%
R=34.08%
G=19.66%
B=46.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821052470.260.5700.03272.5489.8769.02
HexB669F71A39031115a45
Octal266151367327103421132105
Binary101101101101001111101111101011100101110001000110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B669F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B669F7; }

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

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

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

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

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

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

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

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