#B674FF

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

Shades of Heliotrope #B674FF

Tints of Heliotrope #B674FF

Color information

#B674FF (or 0xB674FF) is unknown color: approx Heliotrope. HEX triplet: B6, 74 and FF. RGB value is (182,116,255). Sum of RGB (Red+Green+Blue) = 182+116+255=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #B674FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B674FF is #498B00. Grayscale: #979797. Windows color (decimal): -4819713 or 16741558. OLE color: 16741558.

HSL color Cylindrical-coordinate representation of color #B674FF: hue angle of 268.49º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B674FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182116255-
CMYK0.290.5500
HSL268.49º100%72.75%-
HSV(B)268.49º54.51%100%-
XYZ43.5929.6698.03-
YUV151.58186.37149.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 116 (45.70% from 255) = 20.98%
BLUE value IS 255 (100% from 255) = 46.11%
R=32.91%
G=20.98%
B=46.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821162550.290.5500268.4910072.75
HexB674FF1D370010c6449
Octal266164377356700414144111
Binary10110110111010011111111111011101110010000110011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B674FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B674FF; }

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

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

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

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

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

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

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

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