Html Css Color HEX #BD6DF3 Heliotrope

📋 copy color: '#BD6DF3'

red 189 ◦ green 109 ◦ blue 243

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

Shades of Heliotrope #BD6DF3

Tints of Heliotrope #BD6DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.92%

R = 34.94%
G = 20.15%
B = 44.92%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD6DF3 (or 0xBD6DF3) is known color: Heliotrope. HEX triplet: BD, 6D and F3. RGB value is (189,109,243). Sum of RGB (Red+Green+Blue) = 189+109+243=541 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.94% from 541); Green value is 109 (42.97% from 255 or 20.15% from 541); Blue value is 243 (95.31% from 255 or 44.92% from 541); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD6DF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6DF3 is #42920C. Grayscale: #939393. Windows color (decimal): -4362765 or 15953341. OLE color: 15953341.

HSL color Cylindrical-coordinate representation of color #BD6DF3: hue angle of 275.82º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD6DF3 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 109 243 -
CMYK 0.22 0.55 0 0.05
HSL 275.82º 0.85% 0.69% -
HSV(B) 275.82º 0.55% 0.95% -
XYZ 42.63 28.23 88 -
YUV 148.2 181.5 157.1 -
System Red Green Blue C M Y K H S L
Decimal 189 109 243 0.22 0.55 0 0.05 275.82 0.85 0.69
Hex BD 6D F3 16 37 0 5 114 55 45
Octal 275 155 363 26 67 0 5 424 125 105
Binary 10111101 1101101 11110011 10110 110111 0 101 100010100 1010101 1000101

Color Harmonies of #BD6DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6DF3

Black with #BD6DF3

Text Example


Text Example

White with #BD6DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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