#B565FB

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

Shades of Heliotrope #B565FB

Tints of Heliotrope #B565FB

Color information

#B565FB (or 0xB565FB) is unknown color: approx Heliotrope. HEX triplet: B5, 65 and FB. RGB value is (181,101,251). Sum of RGB (Red+Green+Blue) = 181+101+251=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 101 (39.84% from 255 or 18.95% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #B565FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565FB is #4A9A04. Grayscale: #8D8D8D. Windows color (decimal): -4889093 or 16475573. OLE color: 16475573.

HSL color Cylindrical-coordinate representation of color #B565FB: hue angle of 272º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B565FB is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181101251-
CMYK0.280.6000.02
HSL272º94.94%69.02%-
HSV(B)272º59.76%98.43%-
XYZ41.1226.194.14-
YUV142.02189.5155.8-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.96%
GREEN value IS 101 (39.84% from 255) = 18.95%
BLUE value IS 251 (98.44% from 255) = 47.09%
R=33.96%
G=18.95%
B=47.09%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811012510.280.6000.0227294.9469.02
HexB565FB1C3C021105f45
Octal265145373347402420137105
Binary101101011100101111110111110011110001010001000010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B565FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B565FB; }

 p { color: rgb(181,101,251); }

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

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

 a { background-color: rgb(181,101,251); }

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

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

 span { border-color: rgb(181,101,251); }

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