#BD72FD

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

Shades of Heliotrope #BD72FD

Tints of Heliotrope #BD72FD

Color information

#BD72FD (or 0xBD72FD) is unknown color: approx Heliotrope. HEX triplet: BD, 72 and FD. RGB value is (189,114,253). Sum of RGB (Red+Green+Blue) = 189+114+253=556 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.99% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD72FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72FD is #428D02. Grayscale: #979797. Windows color (decimal): -4361475 or 16609981. OLE color: 16609981.

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

Color convert

RGB189114253-
CMYK0.250.5500.01
HSL272.37º97.2%71.96%-
HSV(B)272.37º54.94%99.22%-
XYZ44.7329.9596.35-
YUV152.27184.85154.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.99%
GREEN value IS 114 (44.92% from 255) = 20.50%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=33.99%
G=20.50%
B=45.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891142530.250.5500.01272.3797.271.96
HexBD72FD1937011106148
Octal275162375316701420141110
Binary10111101111001011111101110011101110110001000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72FD; }

 p { color: rgb(189,114,253); }

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

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

 a { background-color: rgb(189,114,253); }

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

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

 span { border-color: rgb(189,114,253); }

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