Html Css Color HEX #BD6DF9 Heliotrope

📋 copy color: '#BD6DF9'

red 189 ◦ green 109 ◦ blue 249

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

Shades of Heliotrope #BD6DF9

Tints of Heliotrope #BD6DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 45.52%

R = 34.55%
G = 19.93%
B = 45.52%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD6DF9 (or 0xBD6DF9) is known color: Heliotrope. HEX triplet: BD, 6D and F9. RGB value is (189,109,249). Sum of RGB (Red+Green+Blue) = 189+109+249=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 249 (97.66% from 255 or 45.52% from 547); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD6DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF9 is #429206. Grayscale: #949494. Windows color (decimal): -4362759 or 16346557. OLE color: 16346557.

HSL color Cylindrical-coordinate representation of color #BD6DF9: hue angle of 274.29º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BD6DF9 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 109 249 -
CMYK 0.24 0.56 0 0.02
HSL 274.29º 0.92% 0.7% -
HSV(B) 274.29º 0.56% 0.98% -
XYZ 43.55 28.6 92.85 -
YUV 148.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 189 109 249 0.24 0.56 0 0.02 274.29 0.92 0.7
Hex BD 6D F9 18 38 0 2 112 5C 46
Octal 275 155 371 30 70 0 2 422 134 106
Binary 10111101 1101101 11111001 11000 111000 0 10 100010010 1011100 1000110

Color Harmonies of #BD6DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DF9

Black with #BD6DF9

Text Example


Text Example

White with #BD6DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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