#B95CFF

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

Shades of Heliotrope #B95CFF

Tints of Heliotrope #B95CFF

Color information

#B95CFF (or 0xB95CFF) is unknown color: approx Heliotrope. HEX triplet: B9, 5C and FF. RGB value is (185,92,255). Sum of RGB (Red+Green+Blue) = 185+92+255=532 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.77% from 532); Green value is 92 (36.33% from 255 or 17.29% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #B95CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CFF is #46A300. Grayscale: #898989. Windows color (decimal): -4629249 or 16735417. OLE color: 16735417.

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

Color convert

RGB18592255-
CMYK0.270.6400
HSL274.23º100%68.04%-
HSV(B)274.23º63.92%100%-
XYZ41.8825.1997.26-
YUV138.39193.81161.25-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.77%
GREEN value IS 92 (36.33% from 255) = 17.29%
BLUE value IS 255 (100% from 255) = 47.93%
R=34.77%
G=17.29%
B=47.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185922550.270.6400274.2310068.04
HexB95CFF1B40001126444
Octal2711343773310000422144104
Binary101110011011100111111111101110000000010001001011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95CFF; }

 p { color: rgb(185,92,255); }

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

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

 a { background-color: rgb(185,92,255); }

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

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

 span { border-color: rgb(185,92,255); }

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