Html Css Color HEX #BD6DFF Heliotrope

📋 copy color: '#BD6DFF'

red 189 ◦ green 109 ◦ blue 255

#BD6DFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BD6DFF

Tints of Heliotrope #BD6DFF

RGB

 RED value IS 189 (74.22% from 255) = 34.18%

 GREEN value IS 109 (42.97% from 255) = 19.71%

 BLUE value IS 255 (100% from 255) = 46.11%

R = 34.18%
G = 19.71%
B = 46.11%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD6DFF (or 0xBD6DFF) is known color: Heliotrope. HEX triplet: BD, 6D and FF. RGB value is (189,109,255). Sum of RGB (Red+Green+Blue) = 189+109+255=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 109 (42.97% from 255 or 19.71% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD6DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DFF is #429200. Grayscale: #959595. Windows color (decimal): -4362753 or 16739773. OLE color: 16739773.

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

Color convert

RGB 189 109 255 -
CMYK 0.26 0.57 0 0
HSL 272.88º 1% 0.71% -
HSV(B) 272.88º 0.57% 1% -
XYZ 44.5 28.98 97.86 -
YUV 149.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 189 109 255 0.26 0.57 0 0 272.88 1 0.71
Hex BD 6D FF 1A 39 0 0 111 64 47
Octal 275 155 377 32 71 0 0 421 144 107
Binary 10111101 1101101 11111111 11010 111001 0 0 100010001 1100100 1000111

Color Harmonies of #BD6DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DFF

Black with #BD6DFF

Text Example


Text Example

White with #BD6DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DFF; }

 p { color: rgb(189,109,255); }

 H1.HeaderClassName
 {
   color: #BD6DFF;
 }
 .AnyTagClassName
 {
   color: #BD6DFF;
 }
</style>

background-color css

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

 a { background-color: rgb(189,109,255); }

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

border-color css

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

 span { border-color: rgb(189,109,255); }

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