#BD75FB

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

Shades of Heliotrope #BD75FB

Tints of Heliotrope #BD75FB

Color information

#BD75FB (or 0xBD75FB) is unknown color: approx Heliotrope. HEX triplet: BD, 75 and FB. RGB value is (189,117,251). Sum of RGB (Red+Green+Blue) = 189+117+251=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD75FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD75FB is #428A04. Grayscale: #999999. Windows color (decimal): -4360709 or 16479677. OLE color: 16479677.

HSL color Cylindrical-coordinate representation of color #BD75FB: hue angle of 272.24º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BD75FB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189117251-
CMYK0.250.5300.02
HSL272.24º94.37%72.16%-
HSV(B)272.24º53.39%98.43%-
XYZ44.7630.5194.8-
YUV153.8182.85153.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.93%
GREEN value IS 117 (46.09% from 255) = 21.01%
BLUE value IS 251 (98.44% from 255) = 45.06%
R=33.93%
G=21.01%
B=45.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891172510.250.5300.02272.2494.3772.16
HexBD75FB1935021105e48
Octal275165373316502420136110
Binary101111011110101111110111100111010101010001000010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75FB; }

 p { color: rgb(189,117,251); }

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

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

 a { background-color: rgb(189,117,251); }

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

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

 span { border-color: rgb(189,117,251); }

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