#b75fff

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

Shades of Heliotrope #B75FFF

Tints of Heliotrope #B75FFF

Color information

#B75FFF (or 0xB75FFF) is unknown color: approx Heliotrope. HEX triplet: B7, 5F and FF. RGB value is (183,95,255). Sum of RGB (Red+Green+Blue) = 183+95+255=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 95 (37.5% from 255 or 17.82% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #B75FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B75FFF is #48A000. Grayscale: #8B8B8B. Windows color (decimal): -4759553 or 16736183. OLE color: 16736183.

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

Color convert

RGB18395255-
CMYK0.280.6300
HSL273º100%68.63%-
HSV(B)273º62.75%100%-
XYZ41.6725.4797.33-
YUV139.55193.15158.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.33%
GREEN value IS 95 (37.5% from 255) = 17.82%
BLUE value IS 255 (100% from 255) = 47.84%
R=34.33%
G=17.82%
B=47.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal183952550.280.630027310068.63
HexB75FFF1C3F001116445
Octal267137377347700421144105
Binary10110111101111111111111111001111110010001000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b75fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b75fff; }

 p { color: rgb(183,95,255); }

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

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

 a { background-color: rgb(183,95,255); }

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

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

 span { border-color: rgb(183,95,255); }

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