Html Css Color HEX #BD6DF7 Heliotrope

📋 copy color: '#BD6DF7'

red 189 ◦ green 109 ◦ blue 247

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

Shades of Heliotrope #BD6DF7

Tints of Heliotrope #BD6DF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 45.32%

R = 34.68%
G = 20%
B = 45.32%

CMYK

 C value IS 0.23

 M value IS 0.56

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BD6DF7 (or 0xBD6DF7) is known color: Heliotrope. HEX triplet: BD, 6D and F7. RGB value is (189,109,247). Sum of RGB (Red+Green+Blue) = 189+109+247=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 109 (42.97% from 255 or 20% from 545); Blue value is 247 (96.88% from 255 or 45.32% from 545); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD6DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF7 is #429208. Grayscale: #949494. Windows color (decimal): -4362761 or 16215485. OLE color: 16215485.

HSL color Cylindrical-coordinate representation of color #BD6DF7: hue angle of 274.78º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6DF7 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 109 247 -
CMYK 0.23 0.56 0 0.03
HSL 274.78º 0.9% 0.7% -
HSV(B) 274.78º 0.56% 0.97% -
XYZ 43.24 28.47 91.21 -
YUV 148.65 183.5 156.78 -
System Red Green Blue C M Y K H S L
Decimal 189 109 247 0.23 0.56 0 0.03 274.78 0.9 0.7
Hex BD 6D F7 17 38 0 3 113 5A 46
Octal 275 155 367 27 70 0 3 423 132 106
Binary 10111101 1101101 11110111 10111 111000 0 11 100010011 1011010 1000110

Color Harmonies of #BD6DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DF7

Black with #BD6DF7

Text Example


Text Example

White with #BD6DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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