#B674FC

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

Shades of Heliotrope #B674FC

Tints of Heliotrope #B674FC

Color information

#B674FC (or 0xB674FC) is unknown color: approx Heliotrope. HEX triplet: B6, 74 and FC. RGB value is (182,116,252). Sum of RGB (Red+Green+Blue) = 182+116+252=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 116 (45.70% from 255 or 21.09% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #B674FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674FC is #498B03. Grayscale: #969696. Windows color (decimal): -4819716 or 16544950. OLE color: 16544950.

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

Color convert

RGB182116252-
CMYK0.280.5400.01
HSL269.12º95.77%72.16%-
HSV(B)269.12º53.97%98.82%-
XYZ43.1129.4695.51-
YUV151.24184.87149.94-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 116 (45.70% from 255) = 21.09%
BLUE value IS 252 (98.83% from 255) = 45.82%
R=33.09%
G=21.09%
B=45.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1821162520.280.5400.01269.1295.7772.16
HexB674FC1C360110d6048
Octal266164374346601415140110
Binary10110110111010011111100111001101100110000110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674FC; }

 p { color: rgb(182,116,252); }

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

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

 a { background-color: rgb(182,116,252); }

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

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

 span { border-color: rgb(182,116,252); }

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