#B662F4

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

Shades of Medium Orchid #B662F4

Tints of Medium Orchid #B662F4

Color information

#B662F4 (or 0xB662F4) is unknown color: approx Medium Orchid. HEX triplet: B6, 62 and F4. RGB value is (182,98,244). Sum of RGB (Red+Green+Blue) = 182+98+244=524 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.73% from 524); Green value is 98 (38.67% from 255 or 18.70% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #B662F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662F4 is #499D0B. Grayscale: #8B8B8B. Windows color (decimal): -4824332 or 16016054. OLE color: 16016054.

HSL color Cylindrical-coordinate representation of color #B662F4: hue angle of 274.52º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B662F4 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18298244-
CMYK0.250.6000.04
HSL274.52º86.9%67.06%-
HSV(B)274.52º59.84%95.69%-
XYZ39.9925.2188.35-
YUV139.76186.83158.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.73%
GREEN value IS 98 (38.67% from 255) = 18.70%
BLUE value IS 244 (95.70% from 255) = 46.56%
R=34.73%
G=18.70%
B=46.56%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182982440.250.6000.04274.5286.967.06
HexB662F4193C041135743
Octal266142364317404423127103
Binary1011011011000101111010011001111100010010001001110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B662F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B662F4; }

 p { color: rgb(182,98,244); }

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

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

 a { background-color: rgb(182,98,244); }

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

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

 span { border-color: rgb(182,98,244); }

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