#B562FC

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

Shades of Medium Orchid #B562FC

Tints of Medium Orchid #B562FC

Color information

#B562FC (or 0xB562FC) is unknown color: approx Medium Orchid. HEX triplet: B5, 62 and FC. RGB value is (181,98,252). Sum of RGB (Red+Green+Blue) = 181+98+252=531 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.09% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #B562FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B562FC is #4A9D03. Grayscale: #8B8B8B. Windows color (decimal): -4889860 or 16540341. OLE color: 16540341.

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

Color convert

RGB18198252-
CMYK0.280.6100.01
HSL272.34º96.25%68.63%-
HSV(B)272.34º61.11%98.82%-
XYZ40.9925.5994.87-
YUV140.37191156.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.09%
GREEN value IS 98 (38.67% from 255) = 18.46%
BLUE value IS 252 (98.83% from 255) = 47.46%
R=34.09%
G=18.46%
B=47.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181982520.280.6100.01272.3496.2568.63
HexB562FC1C3D011106045
Octal265142374347501420140105
Binary10110101110001011111100111001111010110001000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562FC; }

 p { color: rgb(181,98,252); }

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

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

 a { background-color: rgb(181,98,252); }

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

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

 span { border-color: rgb(181,98,252); }

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