#BD7BFD

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

Shades of Heliotrope #BD7BFD

Tints of Heliotrope #BD7BFD

Color information

#BD7BFD (or 0xBD7BFD) is unknown color: approx Heliotrope. HEX triplet: BD, 7B and FD. RGB value is (189,123,253). Sum of RGB (Red+Green+Blue) = 189+123+253=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 123 (48.44% from 255 or 21.77% from 565); Blue value is 253 (99.22% from 255 or 44.78% from 565); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7BFD is #428402. Grayscale: #9D9D9D. Windows color (decimal): -4359171 or 16612285. OLE color: 16612285.

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

Color convert

RGB189123253-
CMYK0.250.5100.01
HSL270.46º97.01%73.73%-
HSV(B)270.46º51.38%99.22%-
XYZ45.832.0896.71-
YUV157.55181.87150.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 123 (48.44% from 255) = 21.77%
BLUE value IS 253 (99.22% from 255) = 44.78%
R=33.45%
G=21.77%
B=44.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891232530.250.5100.01270.4697.0173.73
HexBD7BFD19330110e614a
Octal275173375316301416141112
Binary10111101111101111111101110011100110110000111011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BFD; }

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

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

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

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

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

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

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

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